https://github.com/apache/commons-lang

sort by:
Revision Author Date Message Commit Date
c21484b RC4 is the one; releasing 3.0 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_0@1148135 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 03:28:54 UTC
f485304 Tagging for RC4 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_0_RC4@1146551 13f79535-47bb-0310-9956-ffa450edef68 14 July 2011, 03:50:11 UTC
6abc96c Setting version to 3.0 in prep for RC4 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1146550 13f79535-47bb-0310-9956-ffa450edef68 14 July 2011, 03:49:27 UTC
34a6449 Adjust FastDateFormat for Java 7 behavior regarding format of the year pattern (LANG-719). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1146138 13f79535-47bb-0310-9956-ffa450edef68 13 July 2011, 17:01:37 UTC
c023bfb Removing the option around whether or not to support the + in \u+0000. JDK 7 now supports the + sign, so UnicodeUnescaper will unescape \u0000 or \u+0000. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1145851 13f79535-47bb-0310-9956-ffa450edef68 13 July 2011, 03:31:14 UTC
262c708 Make field static. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1145339 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 20:45:58 UTC
501363c Adding NOPMD statement to empty catch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1145035 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 06:09:39 UTC
d12a0bf [LANG-718] build.xml Java 1.5+ updates. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144999 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 01:02:13 UTC
9d6bc28 Should be a static variable. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144995 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 00:53:09 UTC
782ea59 Make instance variables final where possible. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144993 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 00:51:16 UTC
14373ad Convert to Java 5 enhanced for loops. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144992 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 00:49:04 UTC
fab64bb Convert to Java 5 enhanced loops. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144929 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:26:16 UTC
f3fbf1e Eat own dog food: Call StringUtils.isEmpty(). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144925 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:07:05 UTC
18adf4f Remove unnecessary parens. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144922 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:02:50 UTC
fa4f5d8 [LANG-716] swapCase and *capitalize speedups. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144921 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:01:56 UTC
0502919 [LANG-715] CharSetUtils.squeeze() speedup. [LANG-714] StringUtils doc/comment spelling fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144917 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 17:52:52 UTC
48920b4 [LANG-715] CharSetUtils.squeeze() speedup. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144916 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 17:50:21 UTC
a4f287a [LANG-714] StringUtils doc/comment spelling fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144884 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 15:55:47 UTC
f7bebfa Remove add and set methods of ExceptionContext types taking a pair. Format entries with index. Improve Javadoc. Add serialization test. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144022 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 20:29:51 UTC
1275959 typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144010 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 20:02:10 UTC
7526bbf Javdoc and minor tweaks to contexted exception git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143746 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 10:07:06 UTC
6fd8000 Review and cleanup Javadoc in ConstructorUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143735 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 09:52:00 UTC
d70baf1 Moving to an IllegalArgumentException: LANG-710 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143643 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 03:47:17 UTC
458cf9d Updating javadoc to mention all three options git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143642 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 03:46:18 UTC
9642e11 Making unescapeHtml _NOT_ escape unfinished numeric entities by default (it ignores them); however adding options that will fire an exception or unescape the numeric entity. LANG-710 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143641 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 03:44:22 UTC
6be2343 Refactor ExceptionContext and derived. Context contract stipulates a sequence of label-value entries with support for multiple entries for the same label. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143612 13f79535-47bb-0310-9956-ffa450edef68 06 July 2011, 23:54:57 UTC
913ddd5 Typos. Parameter name mismatch in Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143538 13f79535-47bb-0310-9956-ffa450edef68 06 July 2011, 19:38:31 UTC
551346f Typos. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143537 13f79535-47bb-0310-9956-ffa450edef68 06 July 2011, 19:30:22 UTC
53358b1 Enrich ClasUtils tests for inner types. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142841 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 22:49:33 UTC
e883181 Port to JUnit 4. Not 100% done. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142704 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 15:03:00 UTC
765297b Port to JUnit 4. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142700 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 14:50:30 UTC
c55cbbd Port to JUnit 4. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142699 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 14:48:51 UTC
bcdfd12 Use the active voice in Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142561 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:26:45 UTC
068bb22 Misc Javadoc fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142560 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:24:53 UTC
0605c3e Use the active voice in Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142559 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:23:23 UTC
1bb1765 Use the active voice in Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142558 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:21:49 UTC
3e792ce [LANG-713] [patch] Increase test coverage of FieldUtils read methods and tweak javadoc. Apply patch. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142555 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:18:26 UTC
0b1db83 Adding missing private method javadoc and removing 'unused' import in favour of fully qualified javadoc link git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142401 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 08:30:12 UTC
a783018 Escaping & git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142400 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 08:28:05 UTC
874438d Documenting LANG-710 in the release notes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142394 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 08:10:42 UTC
4509b8a Removing leftover trace statement git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142390 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:57:13 UTC
8914d7f Adding tests and resolving LANG-710, reported by Benjamin Valentin. Note that this changed such that the code will now escape an unfinished entity (i.e. &#030). This matches browser behaviour. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142389 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:55:33 UTC
23a71e7 Noting LANG-703 in the release notes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142382 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:07:32 UTC
a80f11c Applying Ilya's patch from LANG-703 fixing an NPE when toString returns null git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142381 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:04:38 UTC
f5cb67a Additional tests for MethodUtils from Nathan Beyer - LANG-712 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142380 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 06:59:59 UTC
e3cb1c6 Add build.properties to svn:ignore. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142201 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 11:02:44 UTC
1794482 (LANG-711) [patch] add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain). Apply patch. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142199 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 10:58:55 UTC
d42188e (LANG-711) [patch] add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain). Apply patch. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142198 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 10:57:20 UTC
8de2366 Reverting r1090111 - moving the text.translate escapers back from using Range to replicating parts of the Range API. See the list for details ('unnecessary boxing in StringEscapeUtils etc'), the move to Range was an uncomfortable fit. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142151 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 04:06:23 UTC
1d41504 [LANG-709] Increase test coverage of MethodUtils invoke methods and a few test corrections git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1140015 13f79535-47bb-0310-9956-ffa450edef68 27 June 2011, 04:58:35 UTC
9036626 formatting/ws git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1139924 13f79535-47bb-0310-9956-ffa450edef68 26 June 2011, 19:32:14 UTC
da62188 reset to SNAPSHOT; per our release instructions there is at least one way to create the tag such that the removal of the SNAPSHOT designation takes place in the same commit as the tag creation git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1137089 13f79535-47bb-0310-9956-ffa450edef68 18 June 2011, 00:03:40 UTC
2d64d32 use commons.release.version property as instructed in http://wiki.apache.org/commons/UsingNexus git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1137088 13f79535-47bb-0310-9956-ffa450edef68 17 June 2011, 23:58:24 UTC
a0512c0 note LANG-684 in release notes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1137084 13f79535-47bb-0310-9956-ffa450edef68 17 June 2011, 23:47:52 UTC
15f4c21 javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1136518 13f79535-47bb-0310-9956-ffa450edef68 16 June 2011, 16:12:40 UTC
f1b8ec1 ws only git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1136516 13f79535-47bb-0310-9956-ffa450edef68 16 June 2011, 16:11:20 UTC
a6f4e95 match exception message from threshold-free LD implementation git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1136508 13f79535-47bb-0310-9956-ffa450edef68 16 June 2011, 16:03:51 UTC
0467966 [LANG-684] Levenshtein Distance Within a Given Threshold; submitted by Eli Lindsey git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1136496 13f79535-47bb-0310-9956-ffa450edef68 16 June 2011, 15:52:09 UTC
734d218 Fix Javadoc bug; Improve implementation and tests git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1133336 13f79535-47bb-0310-9956-ffa450edef68 08 June 2011, 10:51:27 UTC
6887d0f Additional varargs tests git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1132845 13f79535-47bb-0310-9956-ffa450edef68 07 June 2011, 00:50:50 UTC
d3e4710 Additional null cast tests for varargs methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1132837 13f79535-47bb-0310-9956-ffa450edef68 07 June 2011, 00:03:16 UTC
114e59c Revert r113289 - varargs invocation does not work with null git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1132658 13f79535-47bb-0310-9956-ffa450edef68 06 June 2011, 14:24:21 UTC
e909357 Explicit boxing git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1132390 13f79535-47bb-0310-9956-ffa450edef68 05 June 2011, 12:45:10 UTC
d3d4622 Eliminate varargs warnings git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1132389 13f79535-47bb-0310-9956-ffa450edef68 05 June 2011, 12:44:41 UTC
ffbc41e Explicit boxing git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1132388 13f79535-47bb-0310-9956-ffa450edef68 05 June 2011, 12:44:13 UTC
61cba9d Fixing accidental switch to 'int' in r1131309 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1131310 13f79535-47bb-0310-9956-ffa450edef68 04 June 2011, 02:58:30 UTC
c1cb131 Adding comment on refactoring of API before making it public git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1131309 13f79535-47bb-0310-9956-ffa450edef68 04 June 2011, 02:44:27 UTC
0ad6c30 Refactor Range with lots of new methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1127565 13f79535-47bb-0310-9956-ffa450edef68 25 May 2011, 15:43:35 UTC
f5682c4 Javadoc fix git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1127563 13f79535-47bb-0310-9956-ffa450edef68 25 May 2011, 15:43:04 UTC
3513ecb Fix toString(format) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1127554 13f79535-47bb-0310-9956-ffa450edef68 25 May 2011, 15:29:31 UTC
7e6b6fc Remove Formattable from Pair git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1127546 13f79535-47bb-0310-9956-ffa450edef68 25 May 2011, 14:44:04 UTC
3933e63 Make ImmutablePair final; Minor fixes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1127544 13f79535-47bb-0310-9956-ffa450edef68 25 May 2011, 14:35:42 UTC
0431c59 Format. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1125416 13f79535-47bb-0310-9956-ffa450edef68 20 May 2011, 14:33:17 UTC
facd90b rename MutablePair setters for bean compatibility git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1124337 13f79535-47bb-0310-9956-ffa450edef68 18 May 2011, 17:01:47 UTC
7138e05 Generate test jar. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099665 13f79535-47bb-0310-9956-ffa450edef68 05 May 2011, 02:13:06 UTC
68ba5d6 sp git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099434 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 12:51:15 UTC
543bbb4 Suppress boxing warnings that are deliberate git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099422 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 11:44:41 UTC
78de63c Make boxing explicit git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099420 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 11:42:56 UTC
154da56 Javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099416 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 11:22:29 UTC
7699d19 Test impact on Pair of being Formattable git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099414 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 11:13:51 UTC
f1db2dd Inline the Pair toString for performance, and specify the format git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099413 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 11:13:17 UTC
bfb76fa Javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099412 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 11:11:39 UTC
3149ea2 Change Calendar.getInstance to new GregorianCalendar git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099402 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 10:39:14 UTC
5f9fd13 Javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099401 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 10:37:14 UTC
08cfc7f Javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099398 13f79535-47bb-0310-9956-ffa450edef68 04 May 2011, 10:25:12 UTC
ad97691 Fixed a test failure which occurred under certain circumstances (Java 1.5 with default locale GERMAN). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1098403 13f79535-47bb-0310-9956-ffa450edef68 01 May 2011, 20:27:16 UTC
aed9a4b Updating the clirr report git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1097701 13f79535-47bb-0310-9956-ffa450edef68 29 April 2011, 06:23:29 UTC
a1eee7b Adding notes on getSimpleName and FormattableUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1097700 13f79535-47bb-0310-9956-ffa450edef68 29 April 2011, 06:14:46 UTC
8a39fd4 Setting back to 3.0 for RC generation git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1097698 13f79535-47bb-0310-9956-ffa450edef68 29 April 2011, 06:08:22 UTC
f597044 Noting the difference between getSimpleName and getShortName in the getShortName javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1097697 13f79535-47bb-0310-9956-ffa450edef68 29 April 2011, 05:59:53 UTC
7f189bd Add test that omits arg to invoke constructor. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1097487 13f79535-47bb-0310-9956-ffa450edef68 28 April 2011, 14:49:45 UTC
2e73a40 Explicit boxing git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096718 13f79535-47bb-0310-9956-ffa450edef68 26 April 2011, 10:44:07 UTC
3822209 Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096574 13f79535-47bb-0310-9956-ffa450edef68 25 April 2011, 19:51:57 UTC
8691eb0 Set SIMPLEST_FORMAT to "%s", which is simpler that "%1$s" git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096573 13f79535-47bb-0310-9956-ffa450edef68 25 April 2011, 19:41:08 UTC
28feb02 Add back Pair#toString(String format). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096506 13f79535-47bb-0310-9956-ffa450edef68 25 April 2011, 16:00:32 UTC
af9cbd3 typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096472 13f79535-47bb-0310-9956-ffa450edef68 25 April 2011, 13:28:06 UTC
a9831e8 Renaming the newly public pad(int, char) method to repeat(char, int) [note the swap of param order]. I've also pulled the faster implementation out of repeat(String, int). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096419 13f79535-47bb-0310-9956-ffa450edef68 25 April 2011, 06:38:04 UTC
f0bd811 Move back to 3.0-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096110 13f79535-47bb-0310-9956-ffa450edef68 23 April 2011, 06:34:14 UTC
a4c9cd5 Removing empty directory git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096109 13f79535-47bb-0310-9956-ffa450edef68 23 April 2011, 06:24:49 UTC
e3de31d Removing empty directory git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096108 13f79535-47bb-0310-9956-ffa450edef68 23 April 2011, 06:24:25 UTC
back to top