Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 76dd4fd4aa1e72e24d0cfb24b6f23336dd051d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/**
 * generated by Xtext
 */
package org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.generator;

@SuppressWarnings("all")
public class UMLConnectionPointReferenceGenerator /* implements IGenerator  */{
  public void doGenerate(final /* Resource */Object resource, final /* IFileSystemAccess */Object fsa) {
  }
}

Back to the top