ソースを参照

Merge pull request #409 from aschleck/patch-1

Remove redundant type check
tags/rel_3_29_0_ga
Shigeru Chiba 2年前
コミット
668d092a88
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      src/main/javassist/util/proxy/SecurityActions.java

+ 0
- 1
src/main/javassist/util/proxy/SecurityActions.java ファイルの表示

@@ -213,7 +213,6 @@ class SecurityActions extends SecurityManager
if (e.getCause() instanceof NoSuchFieldException)
throw new ClassNotFoundException("No such instance.", e.getCause());
if (e.getCause() instanceof IllegalAccessException
|| e.getCause() instanceof IllegalAccessException
|| e.getCause() instanceof SecurityException)
throw new ClassNotFoundException("Security denied access.", e.getCause());
throw new RuntimeException(e.getCause());

読み込み中…
キャンセル
保存