mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
fixed some class comments
This commit is contained in:
@@ -40,7 +40,8 @@ import static javafx.application.Platform.runLater;
|
||||
import static ninja.javafx.smartcsv.fx.util.I18nValidationUtil.getI18nValidatioMessage;
|
||||
|
||||
/**
|
||||
* Created by Andreas on 27.11.2015.
|
||||
* cell representation which indicates if a cell is valid and not
|
||||
* and allows editing
|
||||
*/
|
||||
public class EditableValidationCell extends TableCell<CSVRow, CSVValue> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user