Skip to content

Commit fadda04

Browse files
committed
merge main
Signed-off-by: wind57 <[email protected]>
1 parent 5aba0fb commit fadda04

File tree

1 file changed

+6
-9
lines changed
  • spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config

1 file changed

+6
-9
lines changed

spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/ConfigUtils.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -210,17 +210,14 @@ public static MultipleSourcesContainer processNamedData(List<StrippedSourceConta
210210
}
211211

212212
/*
213-
<<<<<<< HEAD
214-
* In some cases we want to include properties from the default profile
215-
* along with any active profiles. In these cases
213+
* <<<<<<< HEAD In some cases we want to include properties from the
214+
* default profile along with any active profiles. In these cases
216215
* includeDefaultProfileData will be true. If includeDefaultProfileData is
217-
=======
218-
* In some cases, we want to include properties from the default profile
219-
* along with any active profiles. In these cases,
216+
* ======= In some cases, we want to include properties from the default
217+
* profile along with any active profiles. In these cases,
220218
* includeDefaultProfileData will be true If includeDefaultProfileData is
221-
>>>>>>> fix-1715-drop-profiles-support
222-
* false then we want to make sure that we only return properties from any
223-
* active profiles
219+
* >>>>>>> fix-1715-drop-profiles-support false then we want to make sure
220+
* that we only return properties from any active profiles
224221
*/
225222
if (processSource(includeDefaultProfileData, environment, sourceName, rawData)) {
226223
Map<String, Object> processedData = SourceDataEntriesProcessor.processAllEntries(

0 commit comments

Comments
 (0)