Skip to content

Commit

Permalink
Remove nullable annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Clayton Walker <[email protected]>
  • Loading branch information
Clayton Walker committed Jan 16, 2022
1 parent 3af10b4 commit e3b3003
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 e3b3003

Please sign in to comment.