mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'patch-1' of https://github.com/ryenus/intellij-community
This commit is contained in:
@@ -25,7 +25,7 @@ public class JpsElementChildRoleBase<E extends JpsElement> extends JpsElementChi
|
||||
private String myDebugName;
|
||||
|
||||
protected JpsElementChildRoleBase(String debugName) {
|
||||
myDebugName = debugName;
|
||||
myDebugName = debugName.intern();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user