Have we successfully run #init() before?
()
| 285 | |
| 286 | /** Have we successfully run {@link #init()} before? */ |
| 287 | public static boolean isInitialised() { return initFinished; } |
| 288 | |
| 289 | /** Records initialisation status. */ |
| 290 | protected static boolean initFinished = false; |