@ -62,7 +60,7 @@ public class MutablePropertySources implements PropertySources {
@@ -62,7 +60,7 @@ public class MutablePropertySources implements PropertySources {
@ -83,7 +81,7 @@ public class MutablePropertySources implements PropertySources {
@@ -83,7 +81,7 @@ public class MutablePropertySources implements PropertySources {
@ -100,7 +98,7 @@ public class MutablePropertySources implements PropertySources {
@@ -100,7 +98,7 @@ public class MutablePropertySources implements PropertySources {
propertySource.getName()));
}
removeIfPresent(propertySource);
this.propertySourceList.addFirst(propertySource);
this.propertySourceList.add(0,propertySource);
}
/**
@ -112,7 +110,7 @@ public class MutablePropertySources implements PropertySources {
@@ -112,7 +110,7 @@ public class MutablePropertySources implements PropertySources {
propertySource.getName()));
}
removeIfPresent(propertySource);
this.propertySourceList.addLast(propertySource);
this.propertySourceList.add(propertySource);
}
/**
@ -161,7 +159,7 @@ public class MutablePropertySources implements PropertySources {
@@ -161,7 +159,7 @@ public class MutablePropertySources implements PropertySources {
@ -190,7 +188,7 @@ public class MutablePropertySources implements PropertySources {
@@ -190,7 +188,7 @@ public class MutablePropertySources implements PropertySources {
@ -201,17 +199,17 @@ public class MutablePropertySources implements PropertySources {
@@ -201,17 +199,17 @@ public class MutablePropertySources implements PropertySources {
@ -230,7 +228,9 @@ public class MutablePropertySources implements PropertySources {
@@ -230,7 +228,9 @@ public class MutablePropertySources implements PropertySources {