#597 - Polishing.

Formatting. Simplified resource loading in tests. Added missing line feed to ALPS sample file.
This commit is contained in:
Oliver Gierke
2017-09-07 13:49:14 +02:00
parent b0820011e8
commit 8623106bb7
3 changed files with 9 additions and 11 deletions

View File

@@ -29,5 +29,4 @@ public class AlpsLinkDiscoverer extends JsonPathLinkDiscoverer {
public AlpsLinkDiscoverer() {
super("$.descriptors[?(@.name == '%s')].href", MediaTypes.ALPS_JSON);
}
}