Adopt table row width, remove transient form static fields, cleanups

This commit is contained in:
Manfred Karrer 2016-01-18 16:02:04 +01:00
parent 995a23a619
commit 474ec2145a
27 changed files with 43 additions and 45 deletions

View file

@ -39,7 +39,7 @@ public class PubKeyRing implements Serializable {
// That object is sent over the wire, so we need to take care of version compatibility.
private static final long serialVersionUID = Version.NETWORK_PROTOCOL_VERSION;
transient private static final Logger log = LoggerFactory.getLogger(PubKeyRing.class);
private static final Logger log = LoggerFactory.getLogger(PubKeyRing.class);
private final byte[] signaturePubKeyBytes;
private final byte[] encryptionPubKeyBytes;