We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da322cd commit cd47fa5Copy full SHA for cd47fa5
src/main/java/com/spring/mvc/mini/json/RequestStatusJsonMapping.java
@@ -41,7 +41,7 @@ public int getMaxIntClass(){
41
}
42
43
public int getLatestmocrid(){
44
-
+ System.out.println("just print nothing!");
45
ArrayList<MOCRequestStatus> mrsList = this.readStatus();
46
47
int mocrid = mrsList.get(mrsList.size()-1).getmocrid();
0 commit comments