Skip to content

Commit 49b4e32

Browse files
committed
code formatting
1 parent 00582b8 commit 49b4e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/Publisher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ interface LongRandom {
509509
* Constructs a new {@link Builder} using the given topic.
510510
*
511511
* <p>Example of creating a {@code Publisher}.
512-
*
513512
* <pre>{@code
514513
* String projectName = "my_project";
515514
* String topicName = "my_topic";
@@ -522,6 +521,7 @@ interface LongRandom {
522521
* publisher.shutdown();
523522
* }
524523
* }</pre>
524+
*
525525
*/
526526
public static Builder defaultBuilder(TopicName topicName) {
527527
return new Builder(topicName);

0 commit comments

Comments
 (0)