Removed unused whitespace

This commit is contained in:
Oliver Burn 2002-10-22 12:01:05 +00:00
parent c28f32e2a8
commit 65d7c52cf5
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ public class InputScopeAnonInner
button.
*/
private JButton mButton = new JButton();
/**
anon inner in member variable initialization.
*/
@ -28,7 +28,7 @@ public class InputScopeAnonInner
System.out.println("running");
}
};
/**
anon inner in constructor.
*/
@ -42,7 +42,7 @@ public class InputScopeAnonInner
}
} );
}
/**
anon inner in method
*/