Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/handler/ShowLoginWindowHandler.java
20 20
import eu.etaxonomy.taxeditor.dialogs.LoginDialog;
21 21

  
22 22
/**
23
 * <p>ShowLoginWindowHandler class.</p>
24
 *
23 25
 * @author n.hoffmann
24 26
 * @created Aug 7, 2009
25 27
 * @version 1.0
......
29 31
	/* (non-Javadoc)
30 32
	 * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
31 33
	 */
34
	/** {@inheritDoc} */
32 35
	public Object execute(ExecutionEvent event) throws ExecutionException {
33 36

  
34 37
		LoginDialog loginDialog = new LoginDialog(HandlerUtil.getActiveShell(event));

Also available in: Unified diff