Skip to content
Snippets Groups Projects
Commit 28b6b41e authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

#34 [Move view and locale files in own resources folder]

parent 64fac6a4
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public final class LazyOperationCallTreeItem extends AbstractLazyOperationCallTr ...@@ -35,7 +35,7 @@ public final class LazyOperationCallTreeItem extends AbstractLazyOperationCallTr
private static final String METHOD_CALLS_AGGREGATED; private static final String METHOD_CALLS_AGGREGATED;
static { static {
final String bundleBaseName = "locale.kieker.diagnosis.components.components"; final String bundleBaseName = "kieker.diagnosis.view..components.components";
final ResourceBundle resourceBundle = ResourceBundle.getBundle(bundleBaseName, Locale.getDefault()); final ResourceBundle resourceBundle = ResourceBundle.getBundle(bundleBaseName, Locale.getDefault());
METHOD_CALLS_AGGREGATED = resourceBundle.getString("methodCallsAggregated"); METHOD_CALLS_AGGREGATED = resourceBundle.getString("methodCallsAggregated");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment