mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 20:59:07 +00:00
Made some overall changes.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
* Every instance of this class represents the Presenter component
|
||||
* in the Model-View-Presenter architectural pattern.
|
||||
@@ -71,4 +73,4 @@ public class FileSelectorPresenter {
|
||||
public void cancelled() {
|
||||
view.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user