Skip to content

Commit 36f614d

Browse files
committed
fix the return value
1 parent 857034a commit 36f614d

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ public String getDomainUid() {
750750
/**
751751
* Get the name of the administration server in the domain
752752
*
753-
* @return
753+
* @return the name of the admin server
754754
*/
755755
public String getAdminServerName() {
756756
return adminServerName;
@@ -759,7 +759,7 @@ public String getAdminServerName() {
759759
/**
760760
* Get the namespace in which the domain is running
761761
*
762-
* @return
762+
* @return the name of the domain name space
763763
*/
764764
public String getDomainNS() {
765765
return domainNS;

0 commit comments

Comments
 (0)