svn commit: r930741 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r930741 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/lang/LockedBy.java

adrianc
Author: adrianc
Date: Sun Apr  4 19:44:06 2010
New Revision: 930741

URL: http://svn.apache.org/viewvc?rev=930741&view=rev
Log:
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>.
  */