added class comment

This commit is contained in:
frosch95
2013-09-27 20:29:36 +02:00
parent bdddf8c82a
commit e06ed20165

View File

@@ -39,6 +39,8 @@ import static de.frosch95.geofrogger.fx.JavaFXUtils.addClasses;
import static de.frosch95.geofrogger.fx.JavaFXUtils.removeClasses; import static de.frosch95.geofrogger.fx.JavaFXUtils.removeClasses;
/** /**
* Multi-Column-Row list cell to shows the most important data in a list.
*
* @author Andreas * @author Andreas
*/ */
public class CacheListCell extends ListCell<Cache> { public class CacheListCell extends ListCell<Cache> {