Update usage of IAdaptable#getAdapter
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / editors / TmfEditorInput.java
index 8c5314deaa6a80bce358e024ee8120739139207d..a436ba02e469aac9dff778e45a4f4996133bfa1c 100644 (file)
@@ -44,7 +44,7 @@ public class TmfEditorInput implements IEditorInput {
     }
 
     @Override
-    public Object getAdapter(Class adapter) {
+    public <T> T getAdapter(Class<T> adapter) {
         return null;
     }
 
This page took 0.025332 seconds and 5 git commands to generate.