]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/GECache.java
Lots of small fixes for the Simantics SDK build
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / internal / GECache.java
index ac911a458fe0dedf99fb5e376f078748e88eb657..600d16ff3cb2444252925877a085b37b5f6d055e 100644 (file)
@@ -83,9 +83,8 @@ public class GECache implements IGECache {
      * store the key, this is not used.\r
      */\r
     NodeContext getNC = new NodeContext() {\r
-       @SuppressWarnings("rawtypes")\r
                @Override\r
-       public Object getAdapter(Class adapter) {\r
+       public <T> T getAdapter(Class<T> adapter) {\r
                return null;\r
        }\r
        \r