Prevent instantiation of PatternUtils

This commit is contained in:
Riccardo Azzolini 2019-01-27 19:56:18 +01:00
parent a92c3a3272
commit 591813402d
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import java.util.Optional;
* Contains helper methods which are useful for writing patterns.
*/
public class PatternUtils {
private PatternUtils() {}
/**
* Gathers captured sub-functions from two matches, checking for equality
* of ones with the same name.