You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/PublisherApi.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -175,13 +175,6 @@ public static final String parseTopicFromTopicPath(String topicPath) {
175
175
// Factory Methods
176
176
// ===============
177
177
178
-
/**
179
-
* Constructs an instance of PublisherSettings with default settings.
180
-
*/
181
-
publicstaticPublisherSettingsnewSettings() {
182
-
returnPublisherSettings.create();
183
-
}
184
-
185
178
/**
186
179
* Constructs an instance of PublisherApi with default settings.
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/SubscriberApi.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -178,13 +178,6 @@ public static final String parseSubscriptionFromSubscriptionPath(String subscrip
178
178
// Factory Methods
179
179
// ===============
180
180
181
-
/**
182
-
* Constructs an instance of SubscriberSettings with default settings.
183
-
*/
184
-
publicstaticSubscriberSettingsnewSettings() {
185
-
returnSubscriberSettings.create();
186
-
}
187
-
188
181
/**
189
182
* Constructs an instance of SubscriberApi with default settings.
0 commit comments