Quote:
|
Originally Posted by Andrew Blair
Last night, tried to get my drive code lookup table to compile. Turns out that I did everything right...except NAME THE STUPID THING!!! Thanks to Alan Anderson for catching it.
|
Gosh that is funny. When programming in java I've gotten so lost in
Code:
public static final volatile private blah
that I forgot to give it an actual type. I did this:
Code:
public static final theta;
It no like that...
Good thread.
Paul Dennis