Added missing Javadoc since tags as requested by @delvh

This commit is contained in:
2019-12-21 00:43:38 +01:00
parent c7959e5287
commit 442bf79c69
6 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class Startup {
*
* @param args the command line arguments may contain configuration parameters
* and are parsed by the {@link Config} class
* @since Envoy v0.1-alpha
*/
public static void main(String[] args) {
Config config = Config.getInstance();