Changeset 836 for trunk/quest-plugin-jfc
- Timestamp:
- 09/20/12 11:04:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/JFCReplayIDCalculator.java
r806 r836 114 114 if (validator.validateReplayID("w" + hashCode)){ 115 115 System.out.println("ID w" + hashCode + " is valid."); 116 System.out.println("==> " + currentSpec + " describes a known component."); 116 117 } 117 118 else{ 118 System.err.println(currentSpec + " describes an unknown component.");119 System.err.println("ID w" + hashCode + " is unknown.");120 119 System.err.println("ID w" + hashCode + " is unknown." ); 120 System.err.println("==> " + currentSpec + " describes an unknown component."); 121 System.err.println(); 121 122 } 122 123 }
Note: See TracChangeset
for help on using the changeset viewer.