Added missing since tags as requested by @delvh
This commit is contained in:
parent
675488beb8
commit
d449192d17
@ -331,6 +331,7 @@ public class ChatWindow extends JFrame {
|
|||||||
* online, the sync thread is started.
|
* online, the sync thread is started.
|
||||||
*
|
*
|
||||||
* @param client the {@link Client} used to send and receive messages
|
* @param client the {@link Client} used to send and receive messages
|
||||||
|
* @since Envoy v0.2-alpha
|
||||||
*/
|
*/
|
||||||
public void setClient(Client client) {
|
public void setClient(Client client) {
|
||||||
this.client = client;
|
this.client = client;
|
||||||
@ -342,6 +343,7 @@ public class ChatWindow extends JFrame {
|
|||||||
* method, users and chats will be loaded from the database into the GUI.
|
* method, users and chats will be loaded from the database into the GUI.
|
||||||
*
|
*
|
||||||
* @param localDB the {@link LocalDB} used to manage stored messages and users
|
* @param localDB the {@link LocalDB} used to manage stored messages and users
|
||||||
|
* @since Envoy v0.2-alpha
|
||||||
*/
|
*/
|
||||||
public void setLocalDB(LocalDB localDB) {
|
public void setLocalDB(LocalDB localDB) {
|
||||||
this.localDB = localDB;
|
this.localDB = localDB;
|
||||||
|
@ -16,7 +16,7 @@ import envoy.exception.EnvoyException;
|
|||||||
import envoy.schema.User;
|
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>
|
* <br>
|
||||||
* Project: <strong>envoy-client</strong><br>
|
* Project: <strong>envoy-client</strong><br>
|
||||||
* File: <strong>Startup.java</strong><br>
|
* File: <strong>Startup.java</strong><br>
|
||||||
|
Reference in New Issue
Block a user