mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 19:14:52 +00:00
Unused
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@829397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96dea6c4f6
commit
2f941fb8d6
@ -28,7 +28,6 @@
|
||||
public class LookupTranslatorTest extends TestCase {
|
||||
|
||||
public void testBasicLookup() throws IOException {
|
||||
String input = "one";
|
||||
LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { "one", "two" } });
|
||||
StringWriter out = new StringWriter();
|
||||
int result = lt.translate("one", 0, out);
|
||||
|
Loading…
x
Reference in New Issue
Block a user