Java service compilation error

A new line character is generated and which causes the compilation problem. This is created only when I try to extend the Class.

public final class abc
/n extends Service
{

Any thoughts why its causing IS to generate a new line character.

thanks
ucb

Hi
Are you extend the class in the developer or any other IDE.

Ajay