mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Rename constants to make public
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package org.briarproject.bramble.contact;
|
package org.briarproject.bramble.api.contact;
|
||||||
|
|
||||||
public interface ContactExchangeConstants {
|
public interface ContactExchangeConstants {
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user