Skip to content

Commit

Permalink
Got rid of metadataUrl property
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Sep 25, 2019
1 parent 85f6d2d commit 471e88d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public class DynamicHttpMetadataResolver extends MetadataResolver {

private Integer maxConnectionsPerRoute = 100;

private String metadataURL;

@ElementCollection
@OrderColumn
private List<String> supportedContentTypes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public FileBackedHttpMetadataResolver() {
type = "FileBackedHttpMetadataResolver";
}

private String metadataURL;

private String backingFile;

private Boolean initializeFromBackupFile = true;
Expand Down

0 comments on commit 471e88d

Please sign in to comment.