Index: LocalRegistryAction.java =================================================================== RCS file: /cvs/rmi/src/org/netbeans/modules/rmi/registry/LocalRegistryAction.java,v retrieving revision 1.2 diff -c -r1.2 LocalRegistryAction.java *** LocalRegistryAction.java 12 Sep 2001 10:22:38 -0000 1.2 --- LocalRegistryAction.java 27 Mar 2003 09:34:53 -0000 *************** *** 42,48 **** * @return the mode of the action. Possible values are disjunctions of the MODE_XXX constants. */ protected int mode() { ! return MODE_EXACTLY_ONE; } /** Action. --- 42,48 ---- * @return the mode of the action. Possible values are disjunctions of the MODE_XXX constants. */ protected int mode() { ! return MODE_ALL; } /** Action.