You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2008/05/22 10:19:22 UTC

svn commit: r659039 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/UTF8Util.java

Author: kahatlen
Date: Thu May 22 01:19:22 2008
New Revision: 659039

URL: http://svn.apache.org/viewvc?rev=659039&view=rev
Log:
Fixed unterminated <code> tag in javadoc.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/UTF8Util.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/UTF8Util.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/UTF8Util.java?rev=659039&r1=659038&r2=659039&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/UTF8Util.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/UTF8Util.java Thu May 22 01:19:22 2008
@@ -30,7 +30,7 @@
 /**
  * Utility methods for handling UTF-8 encoded byte streams.
  * <p>
- * Note that when the <code>skip<code> methods mention detection of invalid
+ * Note that when the {@code skip} methods mention detection of invalid
  * UTF-8 encodings, it only checks the first byte of a character. For multibyte
  * encodings, the second and third byte are not checked for correctness, just
  * skipped and ignored.