File tree Expand file tree Collapse file tree
baseline/src/main/java/com/google/gcloud/pubsub/spi
src/main/java/com/google/gcloud/pubsub/spi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 7282c7a54f8cfa1ea0484e7861b1dbee42df27ec
2+ refs/heads/master: e2b1969f662bb674820df1b554a9b645b07e6d11
33refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
Original file line number Diff line number Diff line change @@ -175,13 +175,6 @@ public static final String parseTopicFromTopicPath(String topicPath) {
175175 // Factory Methods
176176 // ===============
177177
178- /**
179- * Constructs an instance of PublisherSettings with default settings.
180- */
181- public static PublisherSettings newSettings () {
182- return PublisherSettings .create ();
183- }
184-
185178 /**
186179 * Constructs an instance of PublisherApi with default settings.
187180 *
Original file line number Diff line number Diff line change @@ -178,13 +178,6 @@ public static final String parseSubscriptionFromSubscriptionPath(String subscrip
178178 // Factory Methods
179179 // ===============
180180
181- /**
182- * Constructs an instance of SubscriberSettings with default settings.
183- */
184- public static SubscriberSettings newSettings () {
185- return SubscriberSettings .create ();
186- }
187-
188181 /**
189182 * Constructs an instance of SubscriberApi with default settings.
190183 *
Original file line number Diff line number Diff line change @@ -175,13 +175,6 @@ public static final String parseTopicFromTopicPath(String topicPath) {
175175 // Factory Methods
176176 // ===============
177177
178- /**
179- * Constructs an instance of PublisherSettings with default settings.
180- */
181- public static PublisherSettings newSettings () {
182- return PublisherSettings .create ();
183- }
184-
185178 /**
186179 * Constructs an instance of PublisherApi with default settings.
187180 *
Original file line number Diff line number Diff line change @@ -178,13 +178,6 @@ public static final String parseSubscriptionFromSubscriptionPath(String subscrip
178178 // Factory Methods
179179 // ===============
180180
181- /**
182- * Constructs an instance of SubscriberSettings with default settings.
183- */
184- public static SubscriberSettings newSettings () {
185- return SubscriberSettings .create ();
186- }
187-
188181 /**
189182 * Constructs an instance of SubscriberApi with default settings.
190183 *
You can’t perform that action at this time.
0 commit comments