Skip to content

Commit 4e7248f

Browse files
committed
get ready to update samples
1 parent 734aa00 commit 4e7248f

File tree

3 files changed

+415
-3
lines changed

3 files changed

+415
-3
lines changed

src/monkstone/filechooser/Chooser.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* selectInput('Select a file to process:', 'fileSelected')
3030
* end
3131
*
32-
* def fileSelected(selection)
32+
* def file_selected(selection)
3333
* if selection.nil?
3434
* puts 'Window was closed or the user hit cancel.'
3535
* else
@@ -40,5 +40,5 @@
4040
*/
4141
public interface Chooser {
4242

43-
public void fileSelected(File selection);
43+
public void file_selected(File selection);
4444
}

0 commit comments

Comments
 (0)