Skip to content

Commit

Permalink
Add Javadoc
Browse files Browse the repository at this point in the history
References #161
  • Loading branch information
acogoluegnes committed Mar 20, 2019
1 parent 3827e08 commit f37ec74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Definitions {

/**
*
* @return
* @return the server version
* @deprecated use {@link #getServerVersion()} instead.
*/
@Deprecated
Expand All @@ -54,7 +54,7 @@ public String getRabbitMQVersion() {

/**
*
* @param rabbitMQVersion
* @param rabbitMQVersion the server version
* @deprecated use {@link #setServerVersion(String)} instead.
*/
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void setManagementPluginVersion(String managementPluginVersion) {

/**
*
* @return
* @return the server version
* @deprecated use {@link #getServerVersion()} instead.
*/
@Deprecated
Expand All @@ -84,7 +84,7 @@ public String getRabbitMQVersion() {

/**
*
* @param rabbitMQVersion
* @param rabbitMQVersion the server version
* @deprecated use {@link #setServerVersion(String)} instead.
*/
@Deprecated
Expand Down

0 comments on commit f37ec74

Please sign in to comment.