Hi,

I'm trying to duplicate a method, what is the a best practice?
e.g.

public void foo(){
  some code...
}

add another duplicate method:

public void foo(int i){
  some code...
}

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125719#4125719

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125719
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to