summaryrefslogtreecommitdiffstats
path: root/sandbox/jboynes/sca-client/src/test/java/sample/HelloService.java
blob: cea12771a86e0031b57c99991cab597f1ac075bc (plain)
1
2
3
4
5
6
7
8
package sample;

/**
 * @version $Rev$ $Date$
 */
public interface HelloService {
    String hello(String message);
}