Cleanup (formatting; typos)

This commit is contained in:
Roman Shevchenko
2014-10-17 18:19:39 +02:00
parent 9b97ae55f8
commit 2d36ea60eb
2 changed files with 61 additions and 43 deletions

View File

@@ -22,15 +22,16 @@ public class TestClassSimpleBytecodeMapping {
}
}
class pkg/TestClassSimpleBytecodeMapping$1{
method run ()V{
class 'pkg/TestClassSimpleBytecodeMapping$1' {
method 'run ()V' {
0 7
3 7
5 7
}
}
class pkg/TestClassSimpleBytecodeMapping{
method test ()I{
class 'pkg/TestClassSimpleBytecodeMapping' {
method 'test ()I' {
0 4
3 4
5 4
@@ -51,10 +52,11 @@ class pkg/TestClassSimpleBytecodeMapping{
2f 15
}
method run (Ljava/lang/Runnable;)V{
method 'run (Ljava/lang/Runnable;)V' {
1 20
}
}
Lines mapping:
17 <-> 8
21 <-> 11