We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857034a commit 36f614dCopy full SHA for 36f614d
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java
@@ -750,7 +750,7 @@ public String getDomainUid() {
750
/**
751
* Get the name of the administration server in the domain
752
*
753
- * @return
+ * @return the name of the admin server
754
*/
755
public String getAdminServerName() {
756
return adminServerName;
@@ -759,7 +759,7 @@ public String getAdminServerName() {
759
760
* Get the namespace in which the domain is running
761
762
+ * @return the name of the domain name space
763
764
public String getDomainNS() {
765
return domainNS;
0 commit comments