Small tech review changes

This commit is contained in:
wayne 2016-09-28 14:58:21 +02:00
parent 4b380cb213
commit c964b7d649
2 changed files with 4 additions and 2 deletions
core/src/main/java/se/su/dsv/scipro/match
view/src/main/java/se/su/dsv/scipro/plagiarism

View File

@ -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+ "]";
}
}

View File

@ -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>