You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by db...@apache.org on 2017/10/08 12:49:43 UTC

svn commit: r1811486 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java

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 <me...@cs.washington.edu>

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() {