From e06ed201651bca655629cb7966f4d08974646b37 Mon Sep 17 00:00:00 2001 From: frosch95 Date: Fri, 27 Sep 2013 20:29:36 +0200 Subject: [PATCH] added class comment --- src/de/frosch95/geofrogger/fx/components/CacheListCell.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/de/frosch95/geofrogger/fx/components/CacheListCell.java b/src/de/frosch95/geofrogger/fx/components/CacheListCell.java index 795c72e..cc84074 100644 --- a/src/de/frosch95/geofrogger/fx/components/CacheListCell.java +++ b/src/de/frosch95/geofrogger/fx/components/CacheListCell.java @@ -39,6 +39,8 @@ import static de.frosch95.geofrogger.fx.JavaFXUtils.addClasses; import static de.frosch95.geofrogger.fx.JavaFXUtils.removeClasses; /** + * Multi-Column-Row list cell to shows the most important data in a list. + * * @author Andreas */ public class CacheListCell extends ListCell {