File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
durian-swt/src/main/java/com/diffplug/common/swt Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2020 DiffPlug
2
+ * Copyright (C) 2020-2022 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2020 DiffPlug
2
+ * Copyright (C) 2020-2022 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
16
16
package com .diffplug .common .swt ;
17
17
18
18
19
- import com .diffplug .common .collect .Maps ;
20
19
import java .util .HashMap ;
21
- import org .eclipse .swt .SWT ;
22
20
import org .eclipse .swt .graphics .Color ;
23
21
import org .eclipse .swt .graphics .RGB ;
24
- import org .eclipse .swt .widgets .Display ;
25
22
import org .eclipse .swt .widgets .Widget ;
26
23
27
24
/** Caches {@link Color}s, and automatically manages their disposal. */
You can’t perform that action at this time.
0 commit comments