Added STUFF comments since I do not like blank spaces.

This commit is contained in:
Deathsbreed 2014-05-27 20:45:42 -05:00
parent b0360f7308
commit 390a1460f2
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class SpaceShipSim {
aboutItem.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent ae) {
// Stuff happens.
}
});

View File

@ -11,5 +11,5 @@ import java.awt.*;
*
*/
public class Window {
public
// Stuff here.
}