[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/util ...

Marshall Culpepper mculpepper at jboss.com
Fri Feb 16 15:44:42 EST 2007


  User: mculpepper
  Date: 07/02/16 15:44:42

  Modified:    core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/util 
                        ActionWithDelegate.java
  Log:
  changed setSelection()'s visibility to protected (so extensions can hard-code their selection if need be)
  
  Revision  Changes    Path
  1.2       +1 -1      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/util/ActionWithDelegate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ActionWithDelegate.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/util/ActionWithDelegate.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ActionWithDelegate.java	27 Jun 2006 21:51:10 -0000	1.1
  +++ ActionWithDelegate.java	16 Feb 2007 20:44:42 -0000	1.2
  @@ -38,7 +38,7 @@
   		}
   	}
   	
  -	private void setSelection(IStructuredSelection selection)
  +	protected void setSelection(IStructuredSelection selection)
   	{
   		if (!selection.isEmpty())
   			this.selection = selection;
  
  
  



More information about the jboss-cvs-commits mailing list