Skip to content

Added External Java Resolver.#1

Merged
swalendzik merged 2 commits intomasterfrom
external-java-resolver
Apr 7, 2017
Merged

Added External Java Resolver.#1
swalendzik merged 2 commits intomasterfrom
external-java-resolver

Conversation

@adamkrol93
Copy link
Collaborator

No description provided.

List<ResolvedMigration> migrations = new ArrayList<ResolvedMigration>();

if (!location.isFileSystem()) {
return migrations;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return Collections.emptyList()

return migrations;
}

loadJavaMigrationFiles(classLoader, new ScriptsLocation(""), migrations);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return list from method instead of passing list as parameter

@swalendzik swalendzik merged commit 4c49dae into master Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants