Code clean up
[lgpl/argeo-commons.git] / org.argeo.security.ui / src / org / argeo / security / ui / views / LogContentProvider.java
index 72f2059326444c2acbb371dd29419a17f13eb315..fcc8c964509f00cd58196af569dfe819ac42f138 100644 (file)
@@ -31,6 +31,8 @@ import org.eclipse.swt.widgets.TableItem;
 
 /** A content provider maintaining an array of lines */
 class LogContentProvider implements ILazyContentProvider, ArgeoLogListener {
+       private static final long serialVersionUID = -2084872367738339721L;
+
        private DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss");
 
        private final Long start;