Skip to content

Commit

Permalink
#527 Checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Apr 13, 2018
1 parent 7e80170 commit ef64906
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -39,11 +39,10 @@
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.regex.Pattern;

/**
* Entry containing information about the {@link VirtualFile} instance of the ignore file mapped with the collection
* of ignore entries converted to {@link Pattern} for better performance. Class is used for indexing.
* of ignore entries for better performance. Class is used for indexing.
*
* @author Jakub Chrzanowski <jakub@hsz.mobi>
* @since 2.0
Expand Down

0 comments on commit ef64906

Please sign in to comment.