Wrong format in Java comments
Brought to you by:
divzero
There's a bug formatting some comments in Java code.
Example can be seen in line #94 in this code:
http://www.cokeandcode.com/info/showsrc/showsrc.php?src=../spaceinvaders/org/newdawn/spaceinvaders/SpriteStore.java
Line says:
// we'n't available
It's not shown in green as it should be.