Salve a tutti,ho un codice di questo tipo:
Codice PHP:
class PacketPrinter  implements PacketReceiver throws IOException 
Eclipse mi dice:
Multiple markers at this line
- Syntax error, insert "ClassBody" to complete ClassDeclaration
- Syntax error on token "implements", delete this token

Come posso risolvere?