This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Die Statistiken sollten auch in ElasticSearch hinterlegt werden."

Viewing commit 20e1abeb
Show latest version
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -282,7 +282,7 @@ public class SlashPath implements Path {
}
@Override
@SuppressWarnings("PMD.NPathComplexity")
@SuppressWarnings({ "PMD.NPathComplexity", "PMD.UseEqualsToCompareStrings", "PMD.CompareObjectsWithEquals" })
public final boolean endsWith(Path other) {
if (!(Objects.requireNonNull(other) instanceof SlashPath)) return false;
final SlashPath o = (SlashPath) other;