When I create a method comment in Netbeans by typing /**
+ ENTER I get something like this
/**
*
* @param nameOfParam
* @return
* @throws SQLException
*/
but in my case I like comments looking like this
/**
*
* @param
* nameOfParam -
* @return
* @throws SQLException
*/
So I need to change this template but I can't find where. I can change every single behavior of Netbeans besides this one.
Can somebody help?