Commit 9cdcbbd3 authored by Liang Ding's avatar Liang Ding

c

parent 8c7355fc
...@@ -48,7 +48,7 @@ public final class Option { ...@@ -48,7 +48,7 @@ public final class Option {
/** /**
* Key of broadcast chance expiration time. * Key of broadcast chance expiration time.
*/ */
public static final String ID_C_BROADCAST_CHANCE_EXPIRATION_TIME = "broadCastChanceExpirationTime"; public static final String ID_C_BROADCAST_CHANCE_EXPIRATION_TIME = "broadcastChanceExpirationTime";
// Category constants // Category constants
/** /**
* Broadcast. * Broadcast.
......
...@@ -169,7 +169,7 @@ public final class ChanceProcessor { ...@@ -169,7 +169,7 @@ public final class ChanceProcessor {
* <pre> * <pre>
* { * {
* "sc": boolean, // if has a chance, the value will be true * "sc": boolean, // if has a chance, the value will be true
* "broadCastChanceExpirationTime": long, // if has a chance, the value will larger then 0L * "broadcastChanceExpirationTime": long, // if has a chance, the value will larger then 0L
* } * }
* </pre> * </pre>
* </p> * </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment