tags:

views:

11

answers:

0

If I type:

private String _someVar;

Netbeans decides I want an S on the end of my variable name (_someVarS). I don't. How can I stop this without losing other code completions?

thanks