]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/EvaluatorDataImpl.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 / EvaluatorDataImpl.java
index 03bceb6e639cab5c8da44c704b5612f0b7d83a7b..6c7c588ee23d05737bc8da5791bd871b916cde28 100644 (file)
@@ -202,9 +202,10 @@ public class EvaluatorDataImpl implements EvaluatorData {
         }\r
     }\r
 \r
+    @SuppressWarnings("unchecked")\r
     @Override\r
     public <T> T getBrowseContext() {\r
-       return (T)browseContext;\r
+        return (T)browseContext;\r
     }\r
     \r
 }\r