Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcard targets are now tolerant of flatIncude subprojects (#121). #122

Merged
merged 2 commits into from
Jun 20, 2017

Conversation

nedtwigg
Copy link
Member

No description provided.

* Returns the relative path between root and dest,
* or null if dest is not a child of root.
*/
@Nullable
Copy link
Member

Choose a reason for hiding this comment

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

I'd argue that the @Nullable should be placed between the static and String on the next line for Java 8 style points, but it's a very small nitpick. Everything else LGTM!

Copy link
Member Author

Choose a reason for hiding this comment

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

Sweet! That's where I wanted it to be, but I thought Java didn't let me do that. Turns out it does! Fixed in the next commit, once it passes CI I'll merge so that @regrog can use 3.5.0-SNAPSHOT.

@jbduncan
Copy link
Member

Looks better! Ta. 👍

@nedtwigg nedtwigg merged commit e05e753 into diffplug:master Jun 20, 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