mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
10 lines
187 B
Java
10 lines
187 B
Java
package org.briarproject.api.plugins;
|
|
|
|
import org.briarproject.api.TransportId;
|
|
|
|
public interface LanTcpConstants {
|
|
|
|
TransportId ID = new TransportId("org.briarproject.bramble.lan");
|
|
|
|
}
|