Skip to content

Commit

Permalink
protected constructor in abstract editor
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 12, 2022
1 parent 18635b1 commit 2ce1384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ protected boolean handleDirtyConflict() {
*
* @generated
*/
public EmfAbstractEditor() {
protected EmfAbstractEditor() {
super();
}

Expand Down

0 comments on commit 2ce1384

Please sign in to comment.