VIVO-541 First cut at the developer panel.
This commit is contained in:
parent
35251e89f4
commit
0fce9f6a7b
21 changed files with 762 additions and 139 deletions
|
@ -51,7 +51,7 @@ public class I18nStub extends I18n {
|
|||
|
||||
private class I18nBundleStub extends I18nBundle {
|
||||
public I18nBundleStub(String bundleName) {
|
||||
super(bundleName, new DummyResourceBundle());
|
||||
super(bundleName, new DummyResourceBundle(), null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue