Signed-off-by:Roland Häder <roland@mxchange.org>
this.application = application;
}
+ /**
+ * Getter for bundle instance
+ *
+ * @return Resource bundle
+ */
+ protected final ResourceBundle getBundle () {
+ return this.bundle;
+ }
+
/**
* Getter for logger
*
protected final void setTableName (final String tableName) {
this.tableName = tableName;
}
-
- /**
- * Getter for bundle instance
- *
- * @return Resource bundle
- */
- protected final ResourceBundle getBundle () {
- return this.bundle;
- }
}