comparison artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractExportContext.java @ 9205:3dae6b78e1da

inundationDuration/floodDuration multiple columns+chartLines refactoring
author gernotbelger
date Mon, 02 Jul 2018 19:01:09 +0200
parents a4121ec450d6
children da0bdbcd6f09
comparison
equal deleted inserted replaced
9204:4f411c6ee3ae 9205:3dae6b78e1da
72 72
73 protected String msg(final String key) { 73 protected String msg(final String key) {
74 return Resources.getMsg(this.context.getMeta(), key, key); 74 return Resources.getMsg(this.context.getMeta(), key, key);
75 } 75 }
76 76
77 protected final String msg(final String key, final Object... args) { 77 public final String msg(final String key, final Object... args) {
78 return Resources.getMsg(this.context.getMeta(), key, key, args); 78 return Resources.getMsg(this.context.getMeta(), key, key, args);
79 } 79 }
80 80
81 @Override 81 @Override
82 public final String formatRowValue(final ResultRow row, final IResultType type) { 82 public final String formatRowValue(final ResultRow row, final IResultType type) {

http://dive4elements.wald.intevation.org