summaryrefslogtreecommitdiffstats
path: root/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-11-10 11:24:16 -0500
committerAdam Young <ayoung@redhat.com>2011-12-02 10:50:18 -0500
commit5a943b74eef222753006c1ee4b575283050c0dbd (patch)
tree855b721ef7c56f19d9895605e5c8e7fcaac767bb /pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java
parent147ae61d3202937dca96e7b092dd65fdd4bf2e74 (diff)
downloadpki-5a943b74eef222753006c1ee4b575283050c0dbd.tar.gz
pki-5a943b74eef222753006c1ee4b575283050c0dbd.tar.xz
pki-5a943b74eef222753006c1ee4b575283050c0dbd.zip
unnecessary block removal
This patch removes all of the unneeded blocks that surrounded code cleaned up with the dead code removal. https://bugzilla.redhat.com/show_bug.cgi?id=728303
Diffstat (limited to 'pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java')
-rw-r--r--pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java b/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java
index 74bb69543..3339d31fb 100644
--- a/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java
+++ b/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java
@@ -1688,9 +1688,7 @@ public class KeyRecoveryAuthority implements IAuthority, IKeyService, IKeyRecove
}
}
- {
- return ILogger.SIGNED_AUDIT_EMPTY_VALUE;
- }
+ return ILogger.SIGNED_AUDIT_EMPTY_VALUE;
}
/**