Skip to content
Snippets Groups Projects
Commit 8bc27528 authored by akwizgran's avatar akwizgran
Browse files

Reduced visibilty of constructors.

parent 13df22f6
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class ConnectionWriterFactoryImpl implements ConnectionWriterFactory {
private final CryptoComponent crypto;
@Inject
public ConnectionWriterFactoryImpl(CryptoComponent crypto) {
ConnectionWriterFactoryImpl(CryptoComponent crypto) {
this.crypto = crypto;
}
......
......@@ -48,7 +48,7 @@ class KeyManagerImpl extends TimerTask implements KeyManager, DatabaseListener {
private final Map<ContactTransportKey, TemporarySecret> incomingNew;
@Inject
public KeyManagerImpl(CryptoComponent crypto, DatabaseComponent db,
KeyManagerImpl(CryptoComponent crypto, DatabaseComponent db,
ConnectionRecogniser recogniser, Timer timer) {
this.crypto = crypto;
this.db = db;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment