Skip to content

Commit

Permalink
Applied patch from PR#11 from Bruno P. Kinoshita
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Jun 6, 2017
1 parent 06a2cb9 commit daf2a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codec/src/main/java/org/apache/mina/codec/IoBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public int arrayOffset() {
* instance.
* <p>
* Further reads on the returned InputStream move the reading head of the
* {@link IoBuffer} instance used for it's creation
* {@link IoBuffer} instance used for its creation
*
* @return an input stream
*/
Expand Down Expand Up @@ -1058,4 +1058,4 @@ public void updatePos() {
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public int getValue() {

/**
* Get back the Enum value fro the integer value
* @param value The interger value we are looking for
* @param value The integer value we are looking for
* @return The Enum value
*/
public static TrafficClassEnum valueOf(int value) {
Expand Down

0 comments on commit daf2a33

Please sign in to comment.