Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moves bundles into "bundle" directory #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Refactor: Moves bundles into "bundle" directory [#qubIT-Omnis-8420]

2.5.0 (20-01-2025)
- Refactor: Removes unused create method that does not receive a description in AccessControlProfile [#qubIT-Omnis-7974]
- Refactor: Removes ObjectProviderStrategy field from AccessControlProfile entity [#qubIT-Omnis-7054]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class AccessControlBundle {

private static final String BUNDLE_NAME = "resources.AccesscontrolResources";
private static final String BUNDLE_NAME = "bundle.AccesscontrolResources";
private static ResourceBundle bundle = ResourceBundle.getBundle(BUNDLE_NAME);

public static String get(String key) {
Expand Down