Author: mcombellack
Date: Wed Mar 26 13:38:04 2008
New Revision: 641561
URL: http://svn.apache.org/viewvc?rev=641561&view=rev
Log:
Removed redundant modifiers from methods on interface
Modified:
incubator/tuscany/java/sca/modules/implementation-spring/src/test/java/org/apache/tuscany/sca/implementation/spring/itests/helloworld/HelloWorld.java
Modified:
incubator/tuscany/java/sca/modules/implementation-spring/src/test/java/org/apache/tuscany/sca/implementation/spring/itests/helloworld/HelloWorld.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-spring/src/test/java/org/apache/tuscany/sca/implementation/spring/itests/helloworld/HelloWorld.java?rev=641561&r1=641560&r2=641561&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/implementation-spring/src/test/java/org/apache/tuscany/sca/implementation/spring/itests/helloworld/HelloWorld.java
(original)
+++
incubator/tuscany/java/sca/modules/implementation-spring/src/test/java/org/apache/tuscany/sca/implementation/spring/itests/helloworld/HelloWorld.java
Wed Mar 26 13:38:04 2008
@@ -29,6 +29,6 @@
@Remotable
public interface HelloWorld {
- public String sayHello(String s);
+ String sayHello(String s);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]