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 {