Skip to content

Commit

Permalink
Clarity between this and maven plugin constants class...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaur Palang committed Nov 29, 2021
1 parent 8831d9e commit 568ef24
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.kaurpalang.mirthpluginsample.shared;

public final class Constants {
public final class MyConstants {
public static final String PLUGIN_POINTNAME = "Awesome Plugin";
private Constants() {}

private MyConstants() {}
}

0 comments on commit 568ef24

Please sign in to comment.