[262965] Compilation problems caused by new platform adoption
diff --git a/plugins/org.eclipse.wst.server.ui/serverui/org/elcipse/wst/server/ui/internal/cnf/ServersView2.java b/plugins/org.eclipse.wst.server.ui/serverui/org/elcipse/wst/server/ui/internal/cnf/ServersView2.java
index 756c187..1923d86 100644
--- a/plugins/org.eclipse.wst.server.ui/serverui/org/elcipse/wst/server/ui/internal/cnf/ServersView2.java
+++ b/plugins/org.eclipse.wst.server.ui/serverui/org/elcipse/wst/server/ui/internal/cnf/ServersView2.java
@@ -70,12 +70,7 @@
 		super.createPartControl(parent);
 		
 		deferInitialization();
-	}
-	
-	@Override
-	protected void updateTitle() {
-		// nothing to do
-	}
+	}	
 
 	private void deferInitialization() {
 		TreeItem item = new TreeItem(getCommonViewer().getTree(), SWT.NONE);