Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
isEmpty()
  • Loading branch information
elharo committed Nov 27, 2022
commit b7f42c54891b4d049bcb44e570dcd8156821c6df
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ResolveDependencySourcesMojo
protected void doExecute()
throws MojoExecutionException
{
if ( this.classifier == null || this.classifier.length() == 0 )
if ( this.classifier == null || this.classifier.isEmpty() )
{
this.classifier = SOURCE_CLASSIFIER;
}
Expand Down