Changeset 38 for trunk/objectmq/test/calculatorTest/Calculator.java
- Timestamp:
- 06/13/13 17:19:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/objectmq/test/calculatorTest/Calculator.java
r34 r38 21 21 22 22 @AsyncMethod 23 public void divideByZero() throws IOException, SerializerException; 23 public void asyncDivideByZero() throws IOException, SerializerException; 24 25 @SyncMethod 26 public int divideByZero(); 24 27 25 28 }
Note: See TracChangeset
for help on using the changeset viewer.