mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 01:02:55 +00:00
chore: add private constructor
This commit is contained in:
@ -10,6 +10,8 @@ import java.util.Optional;
|
||||
*/
|
||||
public class AnalyzerUtils {
|
||||
|
||||
private AnalyzerUtils() {}
|
||||
|
||||
/**
|
||||
* Prüft, ob in InputMap einen Eintrag mit key <code>key</code> und Typ <code>type</code>
|
||||
* gefunden wurde.
|
||||
|
Reference in New Issue
Block a user