[utilities COMMIT] /java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/annotation/constraint/Thre...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 14 21:14:47 EDT 2013
Author: scantor
Date: Mon Oct 14 21:14:47 2013
New Revision: 459
URL: http://svn.shibboleth.net/view/utilities?rev=459&view=rev
Log:
Fix javadoc link.
Modified:
java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/annotation/constraint/ThreadSafeAfterInit.java
Modified: java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/annotation/constraint/ThreadSafeAfterInit.java
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/annotation/constraint/ThreadSafeAfterInit.java?rev=459&r1=458&r2=459&view=diff
==============================================================================
--- java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/annotation/constraint/ThreadSafeAfterInit.java (original)
+++ java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/annotation/constraint/ThreadSafeAfterInit.java Mon Oct 14 21:14:47 2013
@@ -24,7 +24,7 @@
import java.lang.annotation.Target;
/**
- * Indicates that the annotated class will meet the definition of the {@link ThreadSafe}
+ * Indicates that the annotated class will meet the definition of the {@link javax.annotation.concurrent.ThreadSafe}
* annotation after its initialization and before its destruction.
*
* <p>Primarily, but not exclusively, addresses the behavior of components based on the
More information about the commits
mailing list