Skip to content

Commit

Permalink
Merge pull request #9 from Cimpress-MCP/3.11configsourceprecedence
Browse files Browse the repository at this point in the history
swapping order of config precedence to be able to vary system propert…
  • Loading branch information
zmarois authored Dec 5, 2017
2 parents 3b868e2 + 6654c17 commit 9c8ace7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public PriamConfigSource(final SimpleDBConfigSource simpleDBConfigSource,
// this order was based off PriamConfigurations loading. W/e loaded last could override, but with Composite, first
// has the highest priority.
super(simpleDBConfigSource,
propertiesConfigSource,
systemPropertiesConfigSource);
systemPropertiesConfigSource,
propertiesConfigSource);
}
}

0 comments on commit 9c8ace7

Please sign in to comment.