typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9831e81fa
commit
af9cbd35d5
|
@ -186,7 +186,7 @@ public class MutableDouble extends Number implements Comparable<MutableDouble>,
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// shortValue and bytValue rely on Number implementation
|
||||
// shortValue and byteValue rely on Number implementation
|
||||
/**
|
||||
* Returns the value of this MutableDouble as an int.
|
||||
*
|
||||
|
|
|
@ -186,7 +186,7 @@ public class MutableFloat extends Number implements Comparable<MutableFloat>, Mu
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// shortValue and bytValue rely on Number implementation
|
||||
// shortValue and byteValue rely on Number implementation
|
||||
/**
|
||||
* Returns the value of this MutableFloat as an int.
|
||||
*
|
||||
|
|
|
@ -167,7 +167,7 @@ public class MutableInt extends Number implements Comparable<MutableInt>, Mutabl
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// shortValue and bytValue rely on Number implementation
|
||||
// shortValue and byteValue rely on Number implementation
|
||||
/**
|
||||
* Returns the value of this MutableInt as an int.
|
||||
*
|
||||
|
|
|
@ -167,7 +167,7 @@ public class MutableLong extends Number implements Comparable<MutableLong>, Muta
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// shortValue and bytValue rely on Number implementation
|
||||
// shortValue and byteValue rely on Number implementation
|
||||
/**
|
||||
* Returns the value of this MutableLong as an int.
|
||||
*
|
||||
|
|
|
@ -167,7 +167,7 @@ public class MutableShort extends Number implements Comparable<MutableShort>, Mu
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// bytValue relies on Number implementation
|
||||
// byteValue relies on Number implementation
|
||||
/**
|
||||
* Returns the value of this MutableShort as a short.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue