[utilities COMMIT] /java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/component/AbstractDestruct...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Mar 21 12:20:47 GMT 2012
Author: lajoie
Date: Wed Mar 21 12:20:47 2012
New Revision: 254
URL: http://svn.shibboleth.net/view/utilities?rev=254&view=rev
Log:
Back out previous change. This method is meant to be protected, not public. It can be hoisted by the extended class if that makes sense in that specific case.
Modified:
java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/component/AbstractDestructableIdentifiableInitializableComponent.java
Modified: java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/component/AbstractDestructableIdentifiableInitializableComponent.java
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/component/AbstractDestructableIdentifiableInitializableComponent.java?rev=254&r1=253&r2=254&view=diff
==============================================================================
--- java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/component/AbstractDestructableIdentifiableInitializableComponent.java (original)
+++ java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/component/AbstractDestructableIdentifiableInitializableComponent.java Wed Mar 21 12:20:47 2012
@@ -43,7 +43,7 @@
*
* @param componentId ID of the component
*/
- public synchronized void setId(@Nonnull @NotEmpty String componentId) {
+ protected synchronized void setId(@Nonnull @NotEmpty String componentId) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
ComponentSupport.ifDestroyedThrowDestroyedComponentException(this);
More information about the commits
mailing list