Skip to content

Commit

Permalink
Fixed oversight
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Zarnekow <[email protected]>
  • Loading branch information
szarnekow committed Dec 15, 2024
1 parent 2fdfd70 commit cf77261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class EMFGeneratorFragment2 extends AbstractXtextGeneratorFragment {

/**
* Sets the target EMF runtime version to generate for to the specified value.
* Defaults to 2.29.
* Defaults to 2.36.
*/
def void setEmfRuntimeVersion(String emfRuntimeVersion) {
this.emfRuntimeVersion = GenRuntimeVersion.get(emfRuntimeVersion)
Expand All @@ -197,6 +197,7 @@ class EMFGeneratorFragment2 extends AbstractXtextGeneratorFragment {
* <li>"JDK80"</li>
* <li>"JDK110"</li>
* <li>"JDK170"</li>
* <li>"JDK210"</li>
* </ul>
* The default level is "JDK170".
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public class EMFGeneratorFragment2 extends AbstractXtextGeneratorFragment {

/**
* Sets the target EMF runtime version to generate for to the specified value.
* Defaults to 2.29.
* Defaults to 2.36.
*/
public void setEmfRuntimeVersion(final String emfRuntimeVersion) {
this.emfRuntimeVersion = GenRuntimeVersion.get(emfRuntimeVersion);
Expand All @@ -221,6 +221,7 @@ public void setEmfRuntimeVersion(final String emfRuntimeVersion) {
* <li>"JDK80"</li>
* <li>"JDK110"</li>
* <li>"JDK170"</li>
* <li>"JDK210"</li>
* </ul>
* The default level is "JDK170".
*/
Expand Down

0 comments on commit cf77261

Please sign in to comment.