Project

General

Profile

« Previous | Next » 

Revision 7cc5a1d7

Added by Andreas Müller over 3 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/AuthenticationView.java
1
/**
2
* Copyright (C) 2018 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
1 9
package eu.etaxonomy.cdm.vaadin.view;
2 10

  
3 11
import org.springframework.security.authentication.BadCredentialsException;
......
27 35
import eu.etaxonomy.cdm.vaadin.ui.AbstractAuthenticatedUI;
28 36

  
29 37
@SpringView
30
public class AuthenticationView extends CustomComponent implements IAuthenticationComponent, ClickListener , View {
38
public class AuthenticationView
39
        extends CustomComponent
40
        implements IAuthenticationComponent, ClickListener , View {
31 41

  
32 42
	/*- VaadinEditorProperties={"grid":"RegularGrid,20","showGrid":true,"snapToGrid":true,"snapToObject":true,"movingGuides":false,"snappingDistance":10} */
33 43

  
44
    private static final long serialVersionUID = -4417412061924225281L;
34 45

  
35
	/**
36
	 *
37
	 */
38
	private static final long serialVersionUID = 1L;
39
	@AutoGenerated
46
    @AutoGenerated
40 47
	private VerticalLayout mainLayout;
41 48
	@AutoGenerated
42 49
	private Panel loginPanel;

Also available in: Unified diff