#89 Finished the example code
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package com.iluwatar;
|
||||
|
||||
public class JmsService implements BusinessService {
|
||||
|
||||
@Override
|
||||
public void doProcessing() {
|
||||
System.out.println("JmsService is now processing");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user