mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
Added some class documentation
This commit is contained in:
parent
1081ae092b
commit
ccbec8127c
4 changed files with 13 additions and 0 deletions
|
@ -2,6 +2,9 @@ package org.json.junit;
|
|||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* A resource bundle class
|
||||
*/
|
||||
public class StringsResourceBundle extends ListResourceBundle {
|
||||
public Object[][] getContents() {
|
||||
return contents;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue