]> source.dussan.org Git - javassist.git/commit
Remove redundant type check 409/head
authorApril Schleck <april@atomic.ai>
Fri, 1 Apr 2022 04:35:37 +0000 (21:35 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 04:35:37 +0000 (21:35 -0700)
commitfc299f8bc0c3765ff070f62af7e712e48516b98e
tree5b2a01bc490cb044b73776a8cb0e1b3e1242a50c
parent52629ee8b867f5a2bb4ff24351b10f24efe1bcac
Remove redundant type check

The same condition is repeated twice (caught by FindBugs.)
src/main/javassist/util/proxy/SecurityActions.java