]> gerrit.simantics Code Review - simantics/platform.git/blob - selection/ExplorerInputContentType.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / selection / ExplorerInputContentType.java
1 package org.simantics.ui.selection;
2
3
4 public class ExplorerInputContentType implements WorkbenchSelectionContentType<Object>  {
5
6         public static ExplorerInputContentType INSTANCE = new ExplorerInputContentType();
7         
8 }