mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IDEA-339548 Added @ApiStatus.Internal for new findBundle function, removed typo
GitOrigin-RevId: 3bc77ddf09ddcbbdc702a9f67ffde7e67d0c313a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bf720452f3
commit
f38856bcf2
@@ -61,7 +61,6 @@ public class DynamicBundle extends AbstractBundle {
|
||||
getBundleClassLoader(),
|
||||
baseLoader,
|
||||
loader -> {
|
||||
getLocale();
|
||||
return super.findBundle(pathToBundle, loader, control, getLocale());
|
||||
}
|
||||
);
|
||||
|
||||
@@ -170,6 +170,7 @@ public class AbstractBundle {
|
||||
return ResourceBundle.getBundle(pathToBundle, Locale.getDefault(), loader, control);
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
protected @NotNull ResourceBundle findBundle(@NotNull @NonNls String pathToBundle,
|
||||
@NotNull ClassLoader loader,
|
||||
@NotNull ResourceBundle.Control control,
|
||||
|
||||
Reference in New Issue
Block a user