Fix broken links

Closes gh-4272
This commit is contained in:
Johnny Lim
2015-10-22 23:17:33 +09:00
committed by Stephane Nicoll
parent c0b8974bc0
commit e477598cc6
4 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor
private static final String VCAP_SERVICES = "VCAP_SERVICES";
// Before ConfigFileApplicationListener so values there can use these ones
// Before ConfigFileEnvironmentPostProcessor so values there can use these ones
private int order = ConfigFileEnvironmentPostProcessor.DEFAULT_ORDER - 1;
private final JsonParser parser = JsonParserFactory.getJsonParser();