aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/commons/lang3/mutable/MutableObject.java
Commit message (Collapse)AuthorAgeFilesLines
* Import Apache commons langSamuel Tardieu2011-09-151-126/+0
| | | | | | Now that proguard is used for the release, importing the whole Apache commons lang library is not a problem as unused classes will be removed from the final executable.
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-10/+10
|
* Convert to Unix end-of-line formatSamuel Tardieu2011-09-141-126/+126
|
* First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-0/+126
refactor of code to use them.