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

ModeRoot is public and abstract

parent e1543c3b
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ package fr.soleil.archiving.hdbtdb.api.tools.mode;
* @see EventMode
*/
class ModeRoot {
public abstract class ModeRoot {
public static final double SLOW_DRIFT_FIRST_VAL = -99999.99;
protected int period = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment