View Single Post
Old 10-31-2012, 06:34 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Is sound supposed to be a method? You're missing the () if it is.
Otherwise, Java thinks its a property called sound which needs to be semi-colon terminated. Java will accept a class level static block such as this:
PHP Code:
public String sound "";

{
    
System.out.println("hello");

Although I doubt that is the intent here.
Fou-Lu is offline   Reply With Quote