Author: dbrosius
Date: Sun Oct  8 12:49:43 2017
New Revision: 1811486

URL: http://svn.apache.org/viewvc?rev=1811486&view=rev
Log:
fix javadoc typo: patch by Michael Ernst <[email protected]>

Modified:
    
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java

Modified: 
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java?rev=1811486&r1=1811485&r2=1811486&view=diff
==============================================================================
--- 
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java
 (original)
+++ 
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java
 Sun Oct  8 12:49:43 2017
@@ -70,7 +70,7 @@ public class VerificationResult {
 
 
     /**
-     * Returns one one the {@link #VERIFIED_OK}, {@link #VERIFIED_NOTYET},
+     * Returns one of the {@link #VERIFIED_OK}, {@link #VERIFIED_NOTYET},
      * {@link #VERIFIED_REJECTED} constants.
      */
     public int getStatus() {


Reply via email to