FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JSON-java/tests/SampleResourceBundle_fr.java at master · carragom/JSON-java · GitHub
carragom
/
JSON-java
Public
forked from
stleary/JSON-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JSON-java
/
tests
/
SampleResourceBundle_fr.java
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 665 Bytes
Breadcrumbs
JSON-java
/
tests
/
SampleResourceBundle_fr.java
Copy path
File metadata and controls
28 lines (24 loc) · 665 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
* File: SampleResourceBundle_fr.java
* Author: JSON.org
*/
package
org
.
json
.
tests
;
import
java
.
util
.*;
/**
* The Class SampleResourceBundle_fr.
*/
public
class
SampleResourceBundle_fr
extends
ListResourceBundle
{
/* (non-Javadoc)
* @see java.util.ListResourceBundle#getContents()
*/
@
Override
public
Object
[][]
getContents
() {
return
contents
;
}
/** The contents. */
private
Object
[][]
contents
= {
{
"ASCII"
,
"Number that represent chraracters"
},
{
"JAVA"
,
"The language you are running to see this"
},
{
"JSON"
,
"What are we testing?"
},
};
}
Back
|
FazBrowse Home
|
New Git URL