Skip to content

Commit e78e8ec

Browse files
committed
mvn.format
1 parent 7dc26e8 commit e78e8ec

File tree

1 file changed

+2
-4
lines changed
  • model/src/main/java/oracle/kubernetes/weblogic/domain/v2

1 file changed

+2
-4
lines changed

model/src/main/java/oracle/kubernetes/weblogic/domain/v2/ServerPod.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ class ServerPod {
104104
private List<V1VolumeMount> volumeMounts = new ArrayList<>();
105105

106106
/**
107-
* The labels to be attached to pods.
108-
* The label names must not start with 'weblogic.'.
107+
* The labels to be attached to pods. The label names must not start with 'weblogic.'.
109108
*
110109
* @since 2.0
111110
*/
@@ -121,8 +120,7 @@ class ServerPod {
121120
private Map<String, String> podAnnotations = new HashMap<>();
122121

123122
/**
124-
* The labels to be attached to Service.
125-
* The label names must not start with 'weblogic.'.
123+
* The labels to be attached to Service. The label names must not start with 'weblogic.'.
126124
*
127125
* @since 2.0
128126
*/

0 commit comments

Comments
 (0)