repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ab/ci-updates'
[git/debian.git]
/
t
/
t4018
/
java-nested-field
blob
d92d3ec6887f86cd89798cff41fce41eefd6067d
1
class MyExample {
2
private static class RIGHT {
3
// change an inner class field
4
String inner = "ChangeMe";
5
}
6
}