X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graphfile%2Fsrc%2Forg%2Fsimantics%2Fgraphfile%2Fhack%2FSystemProject.java;h=500657e5d85026d72e198b69e91b6308def9b544;hb=15af8a20abe8b2ba24b52c9da8bce6c92351dc43;hp=70420996141649b5630f84f856089b41ec0c2114;hpb=6f11a60dee43d620d500c0cf5af34a1d91c80a8b;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graphfile/src/org/simantics/graphfile/hack/SystemProject.java b/bundles/org.simantics.graphfile/src/org/simantics/graphfile/hack/SystemProject.java index 704209961..500657e5d 100644 --- a/bundles/org.simantics.graphfile/src/org/simantics/graphfile/hack/SystemProject.java +++ b/bundles/org.simantics.graphfile/src/org/simantics/graphfile/hack/SystemProject.java @@ -33,14 +33,12 @@ import org.eclipse.core.resources.IWorkspace; import org.eclipse.core.resources.ResourceAttributes; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IPath; -import org.eclipse.core.runtime.IPluginDescriptor; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.QualifiedName; import org.eclipse.core.runtime.content.IContentTypeMatcher; import org.eclipse.core.runtime.jobs.ISchedulingRule; -@SuppressWarnings("deprecation") public class SystemProject implements IProject{ private SystemProject(){}; @@ -615,9 +613,8 @@ public class SystemProject implements IProject{ return false; } - @SuppressWarnings("rawtypes") @Override - public Object getAdapter(Class adapter) { + public T getAdapter(Class adapter) { // TODO Auto-generated method stub return null; } @@ -700,12 +697,6 @@ public class SystemProject implements IProject{ return null; } - @Override - public IPath getPluginWorkingLocation(IPluginDescriptor plugin) { - // TODO Auto-generated method stub - return null; - } - @Override public IPath getWorkingLocation(String id) { // TODO Auto-generated method stub