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

Compare and Show latest version
18 files
+ 60
95
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -64,7 +64,9 @@ public class GitSearchOAuth2AuthenticationToken extends OAuth2AuthenticationToke
if (this == obj) {
return true;
}
if (obj == null) return false;
if (obj == null) {
return false;
}
if (!getClass().isAssignableFrom(obj.getClass())) {
return false;