Create meaningful JavaDocs instead of author names

This commit is contained in:
SrdjanPaunovic
2017-06-04 21:09:17 +02:00
parent 85acb1cf6c
commit 863589ed29
12 changed files with 13 additions and 12 deletions

View File

@@ -9,7 +9,8 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Created by Srdjan on 26-Apr-17.
* Anticipate that an objects interface needs to be extended in the future.
* Additional interfaces are defined by extension objects.
*/
public class App {