Project

General

Profile

« Previous | Next » 

Revision 47a54acc

Added by Andreas Kohlbecker over 6 years ago

setting serialVersionUID for a couple of components

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/security/AnnotationBasedAccessControlBean.java
8 8
*/
9 9
package eu.etaxonomy.cdm.vaadin.security;
10 10

  
11
import java.io.Serializable;
12

  
11 13
import org.apache.log4j.Logger;
12 14
import org.springframework.security.authentication.AnonymousAuthenticationToken;
13 15
import org.springframework.security.core.Authentication;
......
25 27
 *
26 28
 * FIMXE consider renaming this class and its interface, since it is no longer annotation based!!!!
27 29
 */
28
public class AnnotationBasedAccessControlBean implements ViewInstanceAccessControl {
30
public class AnnotationBasedAccessControlBean implements ViewInstanceAccessControl, Serializable {
29 31

  
32
    private static final long serialVersionUID = -4232241572782673248L;
30 33

  
31 34
    private final static Logger logger = Logger.getLogger(AnnotationBasedAccessControlBean.class);
32 35

  

Also available in: Unified diff