Mercurial > dive4elements > river
comparison flys-backend/src/main/java/de/intevation/flys/model/FastAnnotations.java @ 3323:07c96cd39360
Fix comment.
flys-backend/trunk@4630 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 08 Jun 2012 13:42:57 +0000 |
parents | c5791de0c495 |
children | 290189f07809 |
comparison
equal
deleted
inserted
replaced
3322:6b94700ccf05 | 3323:07c96cd39360 |
---|---|
132 } | 132 } |
133 | 133 |
134 public double getBottom() { | 134 public double getBottom() { |
135 return bottom; | 135 return bottom; |
136 } | 136 } |
137 } // class Serializable | 137 } // class Annotation |
138 | 138 |
139 public interface Filter { | 139 public interface Filter { |
140 | 140 |
141 boolean accept(Annotation annotation); | 141 boolean accept(Annotation annotation); |
142 | 142 |