Made some overall changes.

This commit is contained in:
pitsios-s
2014-09-12 12:20:13 +03:00
parent 9f00e00f34
commit eeb8c58fe9
9 changed files with 23 additions and 9 deletions
@@ -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();
}
}
}