Project

General

Profile

« Previous | Next » 

Revision 14ac3831

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/SetSecundumForSubtreeOperation.java
42 42
	private static final Logger logger = Logger.getLogger(SetSecundumForSubtreeOperation.class);
43 43

  
44 44
    @Inject
45
    UISynchronize sync;
45
    private UISynchronize sync;
46 46

  
47 47

  
48 48
    public SetSecundumForSubtreeOperation(Object source, boolean async, UUID taxonNodeUuid, EPartService partService,
......
51 51

  
52 52
	}
53 53

  
54
    /**
55
     * {@inheritDoc}
56
     */
57 54
    @Override
58 55
    protected UpdateResult doUpdateExecute(IProgressMonitor monitor, IAdaptable info) throws Exception {
59 56
        EditorUtil.checkForChanges(null, partService);
......
112 109

  
113 110
            }
114 111
        });
115

  
116

  
117 112
    }
118 113

  
119

  
120

  
121
    /**
122
     * {@inheritDoc}
123
     */
124 114
    @Override
125 115
    public void postOperation(IRemotingProgressMonitor monitor) {
126 116
        // TODO Auto-generated method stub

Also available in: Unified diff