JAVA-11499 Minor cleanup (#12376)

This commit is contained in:
Dhawal Kapil 2022-06-18 21:34:07 +05:30 committed by GitHub
parent 17ba25e795
commit f73b8485bd
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.rxjava-modules</groupId> <groupId>com.baeldung.rxjava-modules</groupId>
<artifactId>rxjava-modules</artifactId> <artifactId>rxjava-modules</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>rxjava-modules</name> <name>rxjava-modules</name>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -13,4 +13,3 @@ This module contains articles about RxJava.
- [RxJava Maybe](https://www.baeldung.com/rxjava-maybe) - [RxJava Maybe](https://www.baeldung.com/rxjava-maybe)
- [Combining RxJava Completables](https://www.baeldung.com/rxjava-completable) - [Combining RxJava Completables](https://www.baeldung.com/rxjava-completable)
- [RxJava Hooks](https://www.baeldung.com/rxjava-hooks) - [RxJava Hooks](https://www.baeldung.com/rxjava-hooks)
- More articles: [[next -->]](/rxjava-2)