Conversation
Codecov Report
@@ Coverage Diff @@
## master #221 +/- ##
=========================================
Coverage 72.17% 72.17%
Complexity 732 732
=========================================
Files 134 134
Lines 3936 3936
Branches 201 201
=========================================
Hits 2841 2841
Misses 974 974
Partials 121 121
Continue to review full report at Codecov.
|
anguillanneuf
left a comment
There was a problem hiding this comment.
Thank you for documenting! (Worth noting:mvn site failed when I tried to generate javadocs, so I'm reviewing based on my best guess of what will be rendered.)
Most of this looks good. I suggested links in a few places where they will save developers' a Google search.
Unrelated to this PR but would be nice to fix some existing documentation. The code below isn't rendered correctly in the javadocs:
Remove {@code} and use <pre></pre> only, then replace '<', '>' and '@' with HTML codes <, >, and @ in the code block.
Useful refs:
<a href="#{@link}">{@link URL}</a>{@link package.class#member label}- "A Guide to Formatting Code Snippets in Javadoc"
google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/AdminClientSettings.java
Outdated
Show resolved
Hide resolved
google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/Message.java
Outdated
Show resolved
Hide resolved
google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/ProjectNumber.java
Outdated
Show resolved
Hide resolved
google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/PublishMetadata.java
Outdated
Show resolved
Hide resolved
...oud-pubsublite/src/main/java/com/google/cloud/pubsublite/cloudpubsub/SubscriberSettings.java
Outdated
Show resolved
Hide resolved
...oud-pubsublite/src/main/java/com/google/cloud/pubsublite/cloudpubsub/SubscriberSettings.java
Show resolved
Hide resolved
I've fixed the assorted issues preventing mvn site from running, it should now run as long as you're in a context that sets JAVA_HOME. |
No description provided.