mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 08:20:52 -07:00
latest
This commit is contained in:
parent
ace08f1944
commit
706d898648
22 changed files with 0 additions and 0 deletions
18
src/test/org/json/junit/StringsResourceBundle.java
Normal file
18
src/test/org/json/junit/StringsResourceBundle.java
Normal file
|
@ -0,0 +1,18 @@
|
|||
package org.json.junit;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* A resource bundle class
|
||||
*/
|
||||
public class StringsResourceBundle extends ListResourceBundle {
|
||||
public Object[][] getContents() {
|
||||
return contents;
|
||||
}
|
||||
static final Object[][] contents = {
|
||||
{"greetings.hello", "Hello, "},
|
||||
{"greetings.world", "World!"},
|
||||
{"farewells.later", "Later, "},
|
||||
{"farewells.gator", "Alligator!"}
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue