Commit 5e0f389
committed
Reduce visibility of test classes in Win32 fragment
Some unit test classes in the Win32 fragment are declared as public.
This is unnecessary and may lead to them being erroneously being
considered in the API baseline.1 parent 94ccbaa commit 5e0f389
File tree
2 files changed
+2
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments