Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitry Ivanov committed Jun 24, 2018
1 parent 095ae37 commit 6bfac44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ dependencies {
if (project.hasProperty('release')) {
apply from: 'https://raw.githubusercontent.com/noties/gradle-mvn-push/master/gradle-mvn-push-aar.gradle'
}

afterEvaluate {
generateReleaseBuildConfig.enabled = false
}
2 changes: 1 addition & 1 deletion library/src/main/java/ru/noties/adapt/Adapt.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static <T> AdaptBuilder<T> builder(@NonNull Class<T> baseItemType) {

/**
* Helper method to iterate over a collection of items and call {@link #assignedViewType(Class)}
* on each, ignoring runtime exception. If any of the items are not supported -> whole list
* on each, ignoring runtime exception. If any of the items are not supported - whole list
* is considered to be invalid (not-supported). In case of null (or empty) collection `true` will
* be returned. If a collection contains `null`s then collection is also considered invalid
*
Expand Down

0 comments on commit 6bfac44

Please sign in to comment.