git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-04-25 13:28:06 +00:00
parent a9831e81fa
commit af9cbd35d5
5 changed files with 5 additions and 5 deletions

View File

@ -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.
*

View File

@ -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.
*

View File

@ -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.
*

View File

@ -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.
*

View File

@ -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.
*