Author: adrianc
Date: Sun Apr 4 19:44:06 2010
New Revision: 930741
URL:
http://svn.apache.org/viewvc?rev=930741&view=revLog:
Corrected spelling/grammar.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java
Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java?rev=930741&r1=930740&r2=930741&view=diff==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java Sun Apr 4 19:44:06 2010
@@ -6,9 +6,8 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
-
-/** This annotation is meanted to be used to describe how some variable
- * or method is protected by some other locking mechanism. It's value
+/** This annotation is meant to be used to describe how some variable
+ * or method is protected by some other locking mechanism. Its value
* is free-form, and can contain anything. It will generally contain
* the name of an instance variable, including <code>this</code>.
*/