Skip to content
Snippets Groups Projects
Commit 98a331f0 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

added missing serial id

parent 1e6aefcc
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ package fr.soleil.lib.project.swing.text;
*/
public class DocumentNumber extends AFilteredDocument {
private static final long serialVersionUID = 1031277852234184282L;
private boolean allowNegativeValues = false;
private boolean allowFloatValues = false;
private boolean allowScientificValues = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment