1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-03 09:42:54 +00:00

Anpassungen im JavaDoc zu Klasse AnalyzerUtils

This commit is contained in:
2023-03-28 13:58:31 +02:00
parent cd07078df3
commit 94ce056549

View File

@ -11,7 +11,7 @@ import java.util.Optional;
public class AnalyzerUtils {
/**
* Prüft, ob ein Optional mit Wert, wenn in InputMap ein 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.
*
* @param input InputMap
@ -62,7 +62,7 @@ public class AnalyzerUtils {
}
/**
* Prüft, ob ein Wert als Zeichenkette dem angegebenen RegExp entspricht
* Prüft, ob ein Wert in der InputMap als Zeichenkette dem angegebenen RegExp entspricht
*
* @param input InputMap
* @param key Key des Werts
@ -97,7 +97,7 @@ public class AnalyzerUtils {
}
/**
* Prüft, ob ein Wert eine ID ist und damit eine Zahl größer Null ist.
* Prüft, ob ein Wert in der InputMap eine ID ist und damit eine Zahl größer Null ist.
*
* @param input InputMap
* @param key Key des Werts