mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
19.53.2011 f7b8fc36743a1f14355866982f6b1b5bf4f47774
Fix typos.
1 files modified
6 ■■■■ changed files
opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java 6 ●●●● patch | view | raw | blame | history
opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java
@@ -98,11 +98,11 @@
  /**
   * Attemps to read a character from the current position. The caller must
   * Attempts to read a character from the current position. The caller must
   * ensure that the source string has the data available from the current
   * position.
   *
   * @return The characted at the current position.
   * @return The character at the current position.
   * @Exception StringIndexOutOfBoundsException if there is no more data
   *            available to read.
   */
@@ -118,7 +118,7 @@
  /**
   * Attemps to read a substring of the specified length from the current
   * Attempts to read a substring of the specified length from the current
   * position. The caller must ensure that the requested length is within the
   * bounds i.e. the requested length from the current position should not
   * exceed the length of the source string.