| java.lang.Object java.util.ResourceBundle net.sf.clirr.core.EventMessages
EventMessages | public class EventMessages extends ResourceBundle (Code) | | ResourceBundle that implements the default locale by delegating to the english bundle.
This solves the bug described in
https://sourceforge.net/tracker/index.php?func=detail&aid=594469&group_id=29721&atid=397078
without having to duplicate any resource bundles, leading to a simpler build and a smaller jar.
author: lkuehne |
Field Summary | |
final public static String | RESOURCE_NAME The base name of the resource bundle from which message descriptions
are read. |
RESOURCE_NAME | final public static String RESOURCE_NAME(Code) | | The base name of the resource bundle from which message descriptions
are read.
|
|
|