[utilities COMMIT] /spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 25 15:14:06 EST 2014


Author: scantor
Date: Tue Nov 25 15:14:06 2014
New Revision: 689

URL: http://svn.shibboleth.net/view/utilities?rev=689&view=rev
Log:
Fix method name.

Modified:
    spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java

Modified: spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java?rev=689&r1=688&r2=689&view=diff
==============================================================================
--- spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java (original)
+++ spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java Tue Nov 25 15:14:06 2014
@@ -197,14 +197,14 @@
         }
     }
     
-    /** Sets the strategy by which the Service cna locate the resources it needs to know about.
+    /** Set the strategy by which the Service can locate the resources it needs to know about.
      * <br/> Not implemented
      * @param strategy the way to get the resources.  Precise details are tbd.
      */
-    public void setServiceConfiguationStrategy(@Nonnull final Function<?, List<Resource>> strategy) {
+    public void setServiceConfigurationStrategy(@Nonnull final Function<?, List<Resource>> strategy) {
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
         ComponentSupport.ifDestroyedThrowDestroyedComponentException(this);
-        throw new UnsupportedOperationException("This UnsupportedOperationException method has not been implemented");
+        throw new UnsupportedOperationException("This method has not been implemented");
     }
 
     /**



More information about the commits mailing list