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