X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Fselection%2FWorkbenchSelectionElement.java;h=82429e14d3f82fbdadcde2627b404b54e10d25c2;hb=refs%2Fchanges%2F38%2F238%2F2;hp=348c2e3342ef4b67222756e53181cbbef38d88a3;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java b/bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java index 348c2e334..82429e14d 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java @@ -1,10 +1,10 @@ -package org.simantics.ui.selection; - -/* - * All data in Simantics ISelections use elements based on this interface. - */ -public interface WorkbenchSelectionElement { - - T getContent(WorkbenchSelectionContentType contentType); - -} +package org.simantics.ui.selection; + +/* + * All data in Simantics ISelections use elements based on this interface. + */ +public interface WorkbenchSelectionElement { + + T getContent(WorkbenchSelectionContentType contentType); + +}