Skip to content

Commit b6ca31d

Browse files
jjohnstnfedejeanne
andcommitted
Update bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ScopeChangedEvent.java
Co-authored-by: Federico Jeanne <[email protected]>
1 parent 05e977f commit b6ca31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ScopeChangedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ScopeChangedEvent extends EventObject {
3232
/**
3333
* The changed scope.
3434
*/
35-
protected int scope;
35+
private final int scope;
3636

3737
/**
3838
* Creates a new event for the given source and new scope.

0 commit comments

Comments
 (0)