]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.modeling/src/org/simantics/modeling/internal/Plugin.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / internal / Plugin.java
1 package org.simantics.modeling.internal;
2
3 /**
4  * @author Tuukka Lehtonen
5  */
6 public class Plugin {
7
8         public static final String PLUGIN_ID = "org.simantics.modeling";  //$NON-NLS-1$
9
10 }