Skip to content

Commit 115f0e1

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of bundles/org.eclipse.e4.ui.workbench.renderers.swt
1 parent 09b3329 commit 115f0e1

File tree

1 file changed

+2
-2
lines changed
  • bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt

1 file changed

+2
-2
lines changed

bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
* used by renderers.
2626
*/
2727
public class CSSEngineHelper {
28-
private IEclipseContext context;
29-
private Control control;
28+
private final IEclipseContext context;
29+
private final Control control;
3030
private IStylingEngine engine;
3131
private CSSStyleDeclaration style;
3232

0 commit comments

Comments
 (0)