You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/lombok/core/LombokInternalAliasing.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
*/
22
22
packagelombok.core;
23
23
24
+
importjava.util.ArrayList;
24
25
importjava.util.Collection;
25
26
importjava.util.Collections;
26
27
importjava.util.HashMap;
@@ -30,6 +31,7 @@ public class LombokInternalAliasing {
30
31
/** Maps a package name to a space separated list of packages. If the key package is star-imported, assume all packages in the 'value' part of the MapEntry are too. */
0 commit comments