Skip to content

Commit 28b6162

Browse files
garrettjonesgooglemziccard
authored andcommitted
---
yaml --- r: 3395 b: refs/heads/master c: e2b1969 h: refs/heads/master i: 3393: fadd282 3391: be36209
1 parent 8afb86d commit 28b6162

5 files changed

Lines changed: 1 addition & 29 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7282c7a54f8cfa1ea0484e7861b1dbee42df27ec
2+
refs/heads/master: e2b1969f662bb674820df1b554a9b645b07e6d11
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/PublisherApi.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
*

trunk/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/SubscriberApi.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
*

trunk/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/PublisherApi.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
*

trunk/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/SubscriberApi.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)