FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
jython/bugtests/test239j2.java at master · jython/jython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
jython
/
jython
Public
Notifications
You must be signed in to change notification settings
Fork
231
Star
1.5k
Code
Issues
94
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
jython
/
bugtests
/
test239j2.java
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (9 loc) · 251 Bytes
Breadcrumbs
jython
/
bugtests
/
test239j2.java
Copy path
File metadata and controls
14 lines (9 loc) · 251 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
public
class
test239j2
implements
Runnable
{
int
myTestInt
=
0
;
int
mySleepTime
=
0
;
public
test239j2
(
test239j1
config
) {
myTestInt
=
config
.
theInt
;
mySleepTime
=
config
.
theSleepTime
;
}
public
void
run
() { }
}
Back
|
FazBrowse Home
|
New Git URL