Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added support for migrating R and E 'local.fedora.server' URLs.
  • Loading branch information
mikedurbin committed May 15, 2015
1 parent f685e4c commit b8a2d62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public class SelfReferencingURLMapper implements ExternalContentURLMapper {
* @param idMapper the MigrationIDMapper used for the current migration scenario
*/
public SelfReferencingURLMapper(final String localFedoraServer, final MigrationIDMapper idMapper) {
this.contentPatterns = new ArrayList<Pattern>();
this.contentPatterns = new ArrayList<>();
this.contentPatterns.add(parsePattern(OLD_DS_CONTENT_URL_PATTERN, localFedoraServer));
this.contentPatterns.add(parsePattern(NEW_DS_CONTENT_URL_PATTERN, localFedoraServer));
this.idMapper = idMapper;
Expand Down

0 comments on commit b8a2d62

Please sign in to comment.