We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update_javadocs.sh
1 parent ff1093a commit 7ce764aCopy full SHA for 7ce764a
update_javadocs.sh
@@ -18,7 +18,7 @@ git checkout gh-pages
18
rm -rf javadoc/RxJava1.x/*
19
cp -avr library/build/docs/javadoc/* ./javadoc/RxJava1.x
20
git add -A
21
-git commit -m "updating javadocs for RxJava1.x"
+git commit -m "updating JavaDoc for RxJava1.x"
22
echo "javadocs for RxJava1.x updated"
23
24
echo "javadocs for both RxJava1.x and RxJava2.x updated - now you can push your changes"
0 commit comments