mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
commit
1e66d6e5c0
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
package bisq.common;
|
||||
|
||||
/**
|
||||
* Interface for the outside envelope object sent over the network or persisted to disc.
|
||||
* Interface for the outside envelope object sent over the network or persisted to disk.
|
||||
*/
|
||||
public interface Envelope extends Proto {
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ package bisq.common.proto.persistable;
|
|||
import bisq.common.Envelope;
|
||||
|
||||
/**
|
||||
* Interface for the outside envelope object persisted to disc.
|
||||
* Interface for the outside envelope object persisted to disk.
|
||||
*/
|
||||
public interface PersistableEnvelope extends Envelope {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue