comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportGauge.java @ 191:c4fb5141ce11

Propagate river into storing of gauges. flys-backend/trunk@1529 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 21 Mar 2011 10:01:56 +0000
parents bc3747a371cc
children f1fce41347ea
comparison
equal deleted inserted replaced
190:d40da430d2fe 191:c4fb5141ce11
78 public void parseDependencies() throws IOException { 78 public void parseDependencies() throws IOException {
79 StaFileParser sfp = new StaFileParser(); 79 StaFileParser sfp = new StaFileParser();
80 sfp.parse(this); 80 sfp.parse(this);
81 } 81 }
82 82
83 public void storeDependencies(River river) {
84 // TODO: Implement me!
85 }
86
83 public Gauge getPeer(River river) { 87 public Gauge getPeer(River river) {
84 if (peer == null) { 88 if (peer == null) {
85 } 89 }
86 return peer; 90 return peer;
87 } 91 }

http://dive4elements.wald.intevation.org