Skip to content

Commit

Permalink
have identify traits of JBT not clash with IntelliJ
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Jun 21, 2023
1 parent af4ecb7 commit 4588042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class IdentifyTraitsPersistence {
private final UsagePluginLogger logger = JBossToolsUsageActivator.getDefault().getLogger();

public static final IdentifyTraitsPersistence INSTANCE = new IdentifyTraitsPersistence();
private static final Path FILE = Directories.RED_HAT.resolve("segment-identify-traits.json");
private static final Path FILE = Directories.RED_HAT.resolve("jbosstools/segment-identify-traits.json");

private IdentifyTraits identifyTraits = null;

Expand Down

0 comments on commit 4588042

Please sign in to comment.