Skip to content

Commit 21550b2

Browse files
committed
code cleanup
1 parent 845a70a commit 21550b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ImageM/+imagem/+gui/Action.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
% ------
1313
% Author: David Legland
14-
% e-mail: david.legland@inra.fr
14+
% e-mail: david.legland@inrae.fr
1515
% Created: 2019-09-18, using Matlab 9.6.0.1072779 (R2019a)
1616
% Copyright 2019 INRA - Cepia Software Platform.
1717

1818

1919
%% Methods to overload
2020
methods (Abstract)
21-
run(obj, viewer)
21+
run(obj, frame)
2222
end
2323

2424
%% Methods that can be overloaded

ImageM/+imagem/+gui/ImagemAction.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
end
3939

4040

41-
%% Methods to be overlaid
41+
%% Methods to be overloaded
4242

4343
methods (Abstract)
4444
actionPerformed(obj, src, event)

0 commit comments

Comments
 (0)