Skip to content

Commit

Permalink
the added createAppendable is protected
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Feb 3, 2024
1 parent f8d46fd commit 5d926c2
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 @@ -1010,7 +1010,7 @@ class JvmModelGenerator implements IGenerator {
/**
* @since 2.34
*/
def TreeAppendable createAppendable(ImportManager importManager, ITraceURIConverter converter,
def protected TreeAppendable createAppendable(ImportManager importManager, ITraceURIConverter converter,
ILocationInFileProvider locationProvider, IJvmModelAssociations jvmModelAssociations,
EObject source, String indentation, String lineSeparator) {
return new TreeAppendable(importManager, converter, locationProvider, jvmModelAssociations, source, indentation, lineSeparator)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ public SourceRelativeURI getURIForTrace(final Resource resource) {
/**
* @since 2.34
*/
public TreeAppendable createAppendable(final ImportManager importManager, final ITraceURIConverter converter, final ILocationInFileProvider locationProvider, final IJvmModelAssociations jvmModelAssociations, final EObject source, final String indentation, final String lineSeparator) {
protected TreeAppendable createAppendable(final ImportManager importManager, final ITraceURIConverter converter, final ILocationInFileProvider locationProvider, final IJvmModelAssociations jvmModelAssociations, final EObject source, final String indentation, final String lineSeparator) {
return new TreeAppendable(importManager, converter, locationProvider, jvmModelAssociations, source, indentation, lineSeparator);
}

Expand Down

0 comments on commit 5d926c2

Please sign in to comment.