Skip to content
Snippets Groups Projects
Commit a72a9eaa authored by ISWB Prasetya's avatar ISWB Prasetya
Browse files

small change to getMax.java

parent 6a9a0ab8
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ public class GetMax {
/**
* Teacher's specification of getMax.
* Note: this specification does not explicitly require a to be left unchanged.
*/
public static void getMax_teacherspec(int[] a) {
pre(a != null && a.length > 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment