Skip to content

Commit

Permalink
Polish github links
Browse files Browse the repository at this point in the history
  • Loading branch information
dongeforever committed May 27, 2017
1 parent de4c948 commit 0fe9471
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<id>stevenschew</id>
<name>Wei Zhou</name>
<email>stevenschew@@apache.org</email>
<url>https://github.com/stevenschew</url>
<roles>
<role>committer</role>
</roles>
Expand All @@ -111,7 +110,6 @@
<id>lollipop</id>
<name>Jixiang Jin</name>
<email>[email protected]</email>
<url>https://github.com/lollipopjin</url>
<roles>
<role>committer</role>
</roles>
Expand All @@ -121,7 +119,6 @@
<id>lizhanhui</id>
<name>Zhanhui Li</name>
<email>[email protected]</email>
<url>https://github.com/lizhanhui</url>
<roles>
<role>committer</role>
</roles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public long getMinTimestampIndex() {
public long getMinTimestamp() {
long min = Math.min(this.physicMsgTimestamp, this.logicsMsgTimestamp);

// fixed https://github.org/apache/rocketmqissues/467
min -= 1000 * 3;
if (min < 0)
min = 0;
Expand Down

0 comments on commit 0fe9471

Please sign in to comment.