Skip to content

Commit

Permalink
Fix checkstyle Issue
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Purushothamacharya <[email protected]>
  • Loading branch information
DineshPurushothamacharya committed Apr 21, 2022
1 parent 8ae47bb commit 4629898
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ final class Immutable<name>SingletonList implements Immutable<name>List, Seriali
{
return <name>Stacks.mutable.withAll(this);
}

<if(primitive.specializedStream)>

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ public class Synchronized<name>List
return <name>Stacks.mutable.withAll(this);
}
}

<if(primitive.specializedStream)>

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ public class Unmodifiable<name>List
{
return <name>Stacks.mutable.withAll(this);
}

<if(primitive.specializedStream)>

@Override
Expand Down

0 comments on commit 4629898

Please sign in to comment.