comparison backend/src/main/java/org/dive4elements/river/importer/sinfo/importitem/DepthEvolutionSeriesImport.java @ 9038:4c5eeaff554c

Database column "comment" renamed to "notes" (restrictions in Oracle)
author mschaefer
date Wed, 02 May 2018 06:56:21 +0200
parents 1f63e9d3b0ec
children a79881a892c9
comparison
equal deleted inserted replaced
9037:1574ce45c98d 9038:4c5eeaff554c
104 } 104 }
105 105
106 106
107 @Override 107 @Override
108 public DepthEvolution createSeriesItem(final River river) { 108 public DepthEvolution createSeriesItem(final River river) {
109 return new DepthEvolution(river, this.filename, this.kmrange_info, this.comment, this.start_year, this.reference_year, this.curr_sounding, 109 return new DepthEvolution(river, this.filename, this.kmrange_info, this.notes, this.start_year, this.reference_year, this.curr_sounding,
110 this.old_sounding, this.curr_glw, this.old_glw, this.group); 110 this.old_sounding, this.curr_glw, this.old_glw, this.group);
111 } 111 }
112 } 112 }

http://dive4elements.wald.intevation.org