Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
9cdcbbd3
Commit
9cdcbbd3
authored
Apr 24, 2013
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
8c7355fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/src/main/java/org/b3log/solo/model/Option.java
core/src/main/java/org/b3log/solo/model/Option.java
+1
-1
core/src/main/java/org/b3log/solo/plugin/broadcast/ChanceProcessor.java
...java/org/b3log/solo/plugin/broadcast/ChanceProcessor.java
+1
-1
No files found.
core/src/main/java/org/b3log/solo/model/Option.java
View file @
9cdcbbd3
...
@@ -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
=
"broad
C
astChanceExpirationTime"
;
public
static
final
String
ID_C_BROADCAST_CHANCE_EXPIRATION_TIME
=
"broad
c
astChanceExpirationTime"
;
// Category constants
// Category constants
/**
/**
* Broadcast.
* Broadcast.
...
...
core/src/main/java/org/b3log/solo/plugin/broadcast/ChanceProcessor.java
View file @
9cdcbbd3
...
@@ -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
* "broad
C
astChanceExpirationTime": long, // if has a chance, the value will larger then 0L
* "broad
c
astChanceExpirationTime": long, // if has a chance, the value will larger then 0L
* }
* }
* </pre>
* </pre>
* </p>
* </p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment