Commit 0645fe8 1 parent baaa308 commit 0645fe8 Copy full SHA for 0645fe8
File tree 2 files changed +2
-2
lines changed
com.archimatetool.csv/src/com/archimatetool/csv
com.archimatetool.editor/src/com/archimatetool/editor/ui/textrender
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
public class Messages extends NLS {
6
6
7
- private static final String BUNDLE_NAME = Messages . class . getPackageName () + " .messages" ; //$NON-NLS-1$
7
+ private static final String BUNDLE_NAME = "com.archimatetool.csv .messages" ; //$NON-NLS-1$
8
8
9
9
public static String CSVConstants_15 ;
10
10
Original file line number Diff line number Diff line change 4
4
5
5
public class Messages extends NLS {
6
6
7
- private static final String BUNDLE_NAME = Messages . class . getPackageName () + " .messages" ; //$NON-NLS-1$
7
+ private static final String BUNDLE_NAME = "com.archimatetool.editor.ui.textrender .messages" ; //$NON-NLS-1$
8
8
9
9
public static String RelationshipRenderer_0 ;
10
10
You can’t perform that action at this time.
0 commit comments