mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Changed the root package from net.sf.briar to org.briarproject.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.briarproject.api.reliability;
|
||||
|
||||
public interface ReliabilityLayerFactory {
|
||||
|
||||
/** Returns a reliability layer that writes to the given lower layer. */
|
||||
ReliabilityLayer createReliabilityLayer(WriteHandler writeHandler);
|
||||
}
|
||||
Reference in New Issue
Block a user