You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/ConfigUtils.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -210,17 +210,14 @@ public static MultipleSourcesContainer processNamedData(List<StrippedSourceConta
210
210
}
211
211
212
212
/*
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
216
215
* 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,
220
218
* 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
224
221
*/
225
222
if (processSource(includeDefaultProfileData, environment, sourceName, rawData)) {
0 commit comments