Skip to content

Commit

Permalink
Merge pull request #175 from Sineaggi/remove-nullable-annotation
Browse files Browse the repository at this point in the history
Remove nullable annotation
  • Loading branch information
big-guy committed Apr 18, 2022
2 parents 3af10b4 + e3b3003 commit 6834669
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.gradle.api.Action;
import org.gradle.api.file.ConfigurableFileCollection;
import org.gradle.api.file.Directory;
import org.gradle.api.file.DirectoryProperty;
import org.gradle.api.file.FileTree;
import org.gradle.api.file.FileVisitDetails;
Expand Down Expand Up @@ -35,7 +34,6 @@
import org.gradle.workers.WorkQueue;
import org.gradle.workers.WorkerExecutor;

import javax.annotation.Nullable;
import javax.inject.Inject;
import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -99,7 +97,6 @@ public DirectoryProperty getOutputDirectory() {
*
* @return The imports that will be used.
*/
@Nullable
@Optional
@Input
public Property<TwirlImports> getDefaultImports() {
Expand Down

0 comments on commit 6834669

Please sign in to comment.