[java-opensaml COMMIT] /trunk/opensaml-util/src/main/java/org/opensaml/util/component/IdentifiableComponent.java

noreply at shibboleth.net noreply at shibboleth.net
Sat Sep 17 00:08:46 BST 2011


Author: lajoie
Date: Sat Sep 17 00:08:46 2011
New Revision: 2889

URL: http://svn.shibboleth.net/view/java-opensaml?rev=2889&view=rev
Log:
remove TODO

Modified:
    trunk/opensaml-util/src/main/java/org/opensaml/util/component/IdentifiableComponent.java

Modified: trunk/opensaml-util/src/main/java/org/opensaml/util/component/IdentifiableComponent.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-util/src/main/java/org/opensaml/util/component/IdentifiableComponent.java?rev=2889&r1=2888&r2=2889&view=diff
==============================================================================
--- trunk/opensaml-util/src/main/java/org/opensaml/util/component/IdentifiableComponent.java (original)
+++ trunk/opensaml-util/src/main/java/org/opensaml/util/component/IdentifiableComponent.java Sat Sep 17 00:08:46 2011
@@ -17,8 +17,6 @@
 
 package org.opensaml.util.component;
 
-//TODO this should IdentifableComponent to be in harmony with others
-
 /** A {@link Component} which can be assigned a unique identifier. */
 public interface IdentifiableComponent extends Component {
 



More information about the commits mailing list