when i type: 
 
String blah = getSomeString("blah", "blah"); 
 
alt-enter creates the following method... 
 
private String getSomeString(String s, String s) { 
 return null; 
} 

two params named 's'




_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to