Small tech review changes
This commit is contained in:
parent
4b380cb213
commit
c964b7d649
core/src/main/java/se/su/dsv/scipro/match
view/src/main/java/se/su/dsv/scipro/plagiarism
|
@ -40,11 +40,13 @@ public class Watson implements Serializable {
|
|||
this.why = original.why;
|
||||
this.theoryHow = original.theoryHow;
|
||||
this.practicalHow = original.practicalHow;
|
||||
this.literature = original.literature;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Watson [what=" + what + ", why=" + why + ", theoryHow="
|
||||
+ theoryHow + ", practicalHow=" + practicalHow + "]";
|
||||
+ theoryHow + ", practicalHow=" + practicalHow + ", literature="
|
||||
+ literature+ "]";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<div wicket:id="submissionDetails">
|
||||
<p>
|
||||
<span wicket:id="message"></span>
|
||||
<a wicket:id="report">Go to analysis</a>
|
||||
<a target="_blank" wicket:id="report">Go to analysis</a>
|
||||
<a wicket:id="resubmit">Resubmit</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user