Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <[email protected]>
  • Loading branch information
juergen-albert committed Aug 4, 2023
1 parent 1481546 commit 8da25b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static synchronized EPackageConfiguratorClass create(String lineSeparator
protected final String TEXT_12 = "EPackageConfigurator(";
protected final String TEXT_13 = " ePackage){" + NL + "\t\tthis.ePackage = ePackage;" + NL + "\t}" + NL + "\t" + NL + "\t/**" + NL + "\t * (non-Javadoc)" + NL + "\t * @see org.gecko.emf.osgi.EPackageRegistryConfigurator#configureEPackage(org.eclipse.emf.ecore.EPackage.Registry)" + NL + "\t * @generated" + NL + "\t */" + NL + "\t@Override" + NL + "\tpublic void configureEPackage(org.eclipse.emf.ecore.EPackage.Registry registry) {" + NL + "\t\tregistry.put(";
protected final String TEXT_14 = ".eNS_URI, ePackage);" + NL + "\t}" + NL + "\t" + NL + "\t/**" + NL + "\t * (non-Javadoc)" + NL + "\t * @see org.gecko.emf.osgi.EPackageRegistryConfigurator#unconfigureEPackage(org.eclipse.emf.ecore.EPackage.Registry)" + NL + "\t * @generated" + NL + "\t */" + NL + "\t@Override" + NL + "\tpublic void unconfigureEPackage(org.eclipse.emf.ecore.EPackage.Registry registry) {" + NL + "\t\tregistry.remove(";
protected final String TEXT_15 = ".eNS_URI);" + NL + "\t}" + NL + "\t" + NL + "\t/**" + NL + "\t * A method providing the Prperties the services around this Model should be registered with." + NL + "\t * @generated" + NL + "\t */" + NL + "\tpublic ";
protected final String TEXT_15 = ".eNS_URI);" + NL + "\t}" + NL + "\t" + NL + "\t/**" + NL + "\t * A method providing the Properties the services around this Model should be registered with." + NL + "\t * @generated" + NL + "\t */" + NL + "\tpublic ";
protected final String TEXT_16 = "<String, Object> getServiceProperties() {" + NL + "\t\t";
protected final String TEXT_17 = "<String, Object> properties = new ";
protected final String TEXT_18 = "<String, Object>();" + NL + "\t\tproperties.put(";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class <%=genPackage.getPrefix()%>EPackageConfigurator implements EPackage
}

/**
* A method providing the Prperties the services around this Model should be registered with.
* A method providing the Properties the services around this Model should be registered with.
* @generated
*/
public <%=genModel.getImportedName("java.util.Map")%><String, Object> getServiceProperties() {
Expand Down

0 comments on commit 8da25b3

Please sign in to comment.