[jbosstools-commits] JBoss Tools SVN: r41153 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri May 18 09:36:27 EDT 2012


Author: xcoulon
Date: 2012-05-18 09:36:27 -0400 (Fri, 18 May 2012)
New Revision: 41153

Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java
Log:
adding @SupressWarning for unused method (for now)

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java	2012-05-18 13:35:37 UTC (rev 41152)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java	2012-05-18 13:36:27 UTC (rev 41153)
@@ -239,6 +239,7 @@
 		layout.setColumnData(column.getColumn(), new ColumnWeightData(weight, true));
 	}
 
+	@SuppressWarnings("unused")
 	private SelectionAdapter onRefresh(final DataBindingContext dbc) {
 		return new SelectionAdapter() {
 



More information about the jbosstools-commits mailing list