aboutsummaryrefslogtreecommitdiff
path: root/src/org/gnunet/consensus/ConcludeDoneMessage.java
blob: 3b016cfd84c3c8a8badc345d31c8e78bce3a7f08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package org.gnunet.consensus;


import org.gnunet.construct.UnionCase;

/**
 * Notify the client that conclude has finished.
 * Direction: service -> client
 */
@UnionCase(525)
public class ConcludeDoneMessage {
}