1
0
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:
2024-09-17 16:46:38 +02:00
parent 1999b1bb22
commit 93215825f5

View File

@ -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.