Rename constants to make public

This commit is contained in:
ameba23
2021-03-30 12:01:55 +02:00
parent caee34f738
commit 0258cf9c59
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package org.briarproject.bramble.contact; package org.briarproject.bramble.api.contact;
public interface ContactExchangeConstants { public interface ContactExchangeConstants {

View File

@@ -1,4 +1,4 @@
package org.briarproject.bramble.contact; package org.briarproject.bramble.api.contact;
import org.briarproject.bramble.api.crypto.PrivateKey; import org.briarproject.bramble.api.crypto.PrivateKey;
import org.briarproject.bramble.api.crypto.PublicKey; import org.briarproject.bramble.api.crypto.PublicKey;

View File

@@ -1,4 +1,4 @@
package org.briarproject.bramble.contact; package org.briarproject.bramble.api.contact;
/** /**
* Record types for the contact exchange protocol. * Record types for the contact exchange protocol.