Added missing since tags as requested by @delvh

This commit is contained in:
2019-12-21 21:07:18 +01:00
parent 9c03f2dab2
commit 0c80d934fe
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import envoy.exception.EnvoyException;
import envoy.schema.User;
/**
* Starts the Envoy client and prompts the user to enter their name.
* Starts the Envoy client and prompts the user to enter their name.<br>
* <br>
* Project: <strong>envoy-client</strong><br>
* File: <strong>Startup.java</strong><br>