Skip to content

Commit

Permalink
remove Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
RandySun1 committed Nov 19, 2024
1 parent fa89acb commit 8e72d2e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,20 @@ public interface IPatternBuilder {

/**
* Build pattern to match
* @deprecated use {@link #buildPatternEntities(int, String...)} instead
*
* @param visibleCharacters as no of characters to be visible.
* @param fieldNames as list of field names
* @return match pattern
*/
@Deprecated
String buildPattern(int visibleCharacters, String... fieldNames);

/**
* Build pattern to replace.
* @deprecated use {@link #buildPatternEntities(int, String...)} instead
*
* @param visibleCharacters as no of characters to be visible.
* @param fieldNames as list of field names
* @return match pattern
*/
@Deprecated
String buildReplacement(int visibleCharacters, String... fieldNames);

/**
Expand Down

0 comments on commit 8e72d2e

Please sign in to comment.