Project

General

Profile

« Previous | Next » 

Revision 84bff3eb

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/test/java/eu/etaxonomy/taxeditor/store/operations/RemotingTestUpdateOperation.java
21 21
/**
22 22
 * @author cmathew
23 23
 * @date 26 Jun 2015
24
 *
25 24
 */
26 25
public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
27 26

  
......
31 30
    private Exception exception;
32 31
    private CdmEntityIdentifier cei;
33 32

  
34

  
35
    /**
36
     * @param label
37
     * @param action
38
     * @param source
39
     * @param async
40
     */
41 33
    public RemotingTestUpdateOperation(UpdateResult result,
42 34
            Object source,
43 35
            boolean async) {
......
59 51
        this.cei = cei;
60 52
    }
61 53

  
62
    /* (non-Javadoc)
63
     * @see eu.etaxonomy.taxeditor.operation.RemotingCdmUpdateOperation#doUpdateExecute(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
64
     */
65 54
    @Override
66 55
    protected UpdateResult doUpdateExecute(IProgressMonitor monitor, IAdaptable info) throws Exception {
67 56
        ITestService testService = CdmApplicationState.getTestService();

Also available in: Unified diff