mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] CreateFieldFromParameterAction: ModCommand
Otherwise, it's hard to make it compatible with new-style unused inspection (IDEA-349083) Also: remove empty line in constructor body automatically GitOrigin-RevId: ab1cd08352d9f0168b86acc1d4b87cb89cfe7d69
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5ceb7551aa
commit
6c6697d422
-1
@@ -4,7 +4,6 @@ class BindField {
|
||||
private final Integer myInstrumentAgent;
|
||||
|
||||
public BindField(String agent, Integer instrumentAgent) {
|
||||
|
||||
myAgent = agent;
|
||||
myInstrumentAgent = instrumentAgent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user