Skip to content

Commit 26bcaa6

Browse files
committed
Update copyrights
1 parent 18735f3 commit 26bcaa6

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

integration-tests/src/test/java/oracle/weblogic/domain/InitializeDomainOnPV.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class InitializeDomainOnPV {
5151
+ " If the 'fsGroup' is specified as part of 'spec.introspector.serverPod.podSecurityContext', then the operator"
5252
+ " will use that 'fsGroup' instead of the default 'fsGroup'. Defaults to true.")
5353
public Boolean setDefaultSecurityContextFsGroup;
54-
54+
5555
@ApiModelProperty("Specifies the secret name of the WebLogic Deployment Tool encryption passphrase if the WDT models "
5656
+ "provided in the 'domainCreationImages' or 'domainCreationConfigMap' are encrypted using the "
5757
+ "WebLogic Deployment Tool 'encryptModel' command. "
@@ -111,7 +111,7 @@ public InitializeDomainOnPV setDefaultFsGroup(Boolean setDefaultFsGroup) {
111111
this.setDefaultSecurityContextFsGroup = setDefaultFsGroup;
112112
return this;
113113
}
114-
114+
115115
public String getModelEncryptionPassphraseSecret() {
116116
return modelEncryptionPassphraseSecret;
117117
}

operator/src/main/java/oracle/kubernetes/operator/helpers/JobStepContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ protected V1PodSpec createPodSpec() {
606606
podSpec.addVolumesItem(new V1Volume().name(OPSS_KEYPASSPHRASE_VOLUME).secret(
607607
getOpssWalletPasswordSecretVolume()));
608608
}
609-
610609
if (getOpssWalletFileSecretName() != null) {
611610
podSpec.addVolumesItem(new V1Volume().name(OPSS_WALLETFILE_VOLUME).secret(
612611
getOpssWalletFileSecretVolume()));

operator/src/main/java/oracle/kubernetes/weblogic/domain/model/InitializeDomainOnPV.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2025, Oracle and/or its affiliates.
1+
// Copyright (c) 2023, 2025, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.weblogic.domain.model;

operator/src/test/java/oracle/kubernetes/operator/helpers/DomainIntrospectorJobTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2025, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.operator.helpers;

operator/src/test/java/oracle/kubernetes/weblogic/domain/DomainConfigurator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2025, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.weblogic.domain;
@@ -733,6 +733,5 @@ public abstract DomainConfigurator withConfigurationForInitializeDomainOnPV(
733733
*/
734734
public abstract DomainConfigurator withInitializeDomainOnPVModelEncryptionSecret(String secret);
735735

736-
737736
public abstract DomainConfigurator withModel(Model model);
738737
}

operator/src/test/java/oracle/kubernetes/weblogic/domain/model/DomainCommonConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2024, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2025, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.kubernetes.weblogic.domain.model;

0 commit comments

Comments
 (0)