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=HEAD;hp=348c2e3342ef4b67222756e53181cbbef38d88a3;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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); + +}