Skip to content

Commit

Permalink
Fix Javadoc path for RxJava and Project Reactor #641
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Nov 12, 2017
1 parent fc81fd5 commit 41b5e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@
<link>http://netty.io/4.1/api/</link>
<link>http://commons.apache.org/proper/commons-pool/api-2.4.2/</link>
<link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link>
<link>http://reactivex.io/RxJava/1.x/javadoc/</link>
<link>http://reactivex.io/RxJava/javadoc/</link>
<link>https://projectreactor.io/docs/core/release/api/</link>
<link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
</links>
<additionalparam>-Xdoclint:none</additionalparam>
Expand Down

0 comments on commit 41b5e1a

Please sign in to comment.