Skip to content

Commit e70cbd3

Browse files
committed
Spotless.
1 parent 9937e02 commit e70cbd3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

durian-swt/src/main/java/com/diffplug/common/swt/CoatMux.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 DiffPlug
2+
* Copyright (C) 2020-2022 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

durian-swt/src/main/java/com/diffplug/common/swt/ColorPool.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 DiffPlug
2+
* Copyright (C) 2020-2022 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,12 +16,9 @@
1616
package com.diffplug.common.swt;
1717

1818

19-
import com.diffplug.common.collect.Maps;
2019
import java.util.HashMap;
21-
import org.eclipse.swt.SWT;
2220
import org.eclipse.swt.graphics.Color;
2321
import org.eclipse.swt.graphics.RGB;
24-
import org.eclipse.swt.widgets.Display;
2522
import org.eclipse.swt.widgets.Widget;
2623

2724
/** Caches {@link Color}s, and automatically manages their disposal. */

0 commit comments

Comments
 (0)