Skip to content

Commit 09b3329

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of bundles/org.eclipse.ui.workbench
1 parent 5ad14a1 commit 09b3329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/XMLMemento.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
* @see IMemento
4747
*/
4848
public final class XMLMemento implements IMemento {
49-
private Document factory;
49+
private final Document factory;
5050

51-
private Element element;
51+
private final Element element;
5252

5353
/**
5454
* Creates a <code>Document</code> from the <code>Reader</code> and returns a

0 commit comments

Comments
 (0)