Skip to content

Commit

Permalink
Fixes #386 by removing all licenses - not just the first encountered.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchemit committed May 18, 2021
1 parent fa96aa8 commit 4736bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void removeProject( MavenProject project )
if ( project.equals( mavenProject ) )
{
get( entry.getKey() ).remove( project );
return;
break;
}
}
}
Expand Down

0 comments on commit 4736bf6

Please sign in to comment.