Skip to content

Commit 645ba31

Browse files
garrettjonesgoogleaozarov
authored andcommitted
---
yaml --- r: 3865 b: refs/heads/pubsub-alpha c: 22e5665 h: refs/heads/master i: 3863: 95267cb
1 parent 19bbefa commit 645ba31

11 files changed

Lines changed: 20 additions & 20 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: e9888a664951a470bfdceaa64d280fedcf6076d1
5+
refs/heads/pubsub-alpha: 22e5665610176c3d9c435a164b902251c181049f
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/v1/PublisherApi.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/cloud/pubsub/spi/v1/PublisherApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.grpc.ApiCallable;
3737
import com.google.api.gax.protobuf.PathTemplate;

branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/v1/PublisherSettings.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/cloud/pubsub/spi/v1/PublisherSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.core.ConnectionSettings;
3737
import com.google.api.gax.core.RetrySettings;

branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/v1/SubscriberApi.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/cloud/pubsub/spi/v1/SubscriberApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.grpc.ApiCallable;
3737
import com.google.api.gax.protobuf.PathTemplate;

branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/v1/SubscriberSettings.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/cloud/pubsub/spi/v1/SubscriberSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.core.ConnectionSettings;
3737
import com.google.api.gax.core.RetrySettings;

branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/v1/PublisherApi.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/PublisherApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.grpc.ApiCallable;
3737
import com.google.api.gax.protobuf.PathTemplate;

branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/v1/PublisherSettings.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/PublisherSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.core.ConnectionSettings;
3737
import com.google.api.gax.core.RetrySettings;

branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/v1/SubscriberApi.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/SubscriberApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.grpc.ApiCallable;
3737
import com.google.api.gax.protobuf.PathTemplate;

branches/pubsub-alpha/gcloud-java-pubsub/baseline/src/main/java/com/google/gcloud/pubsub/spi/v1/SubscriberSettings.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/SubscriberSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -31,7 +31,7 @@
3131
* Happy editing!
3232
*/
3333

34-
package com.google.gcloud.pubsub.spi.v1;
34+
package com.google.cloud.pubsub.spi.v1;
3535

3636
import com.google.api.gax.core.ConnectionSettings;
3737
import com.google.api.gax.core.RetrySettings;

branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/testing/LocalPubsubHelper.java renamed to branches/pubsub-alpha/gcloud-java-pubsub/src/main/java/com/google/cloud/pubsub/testing/LocalPubsubHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gcloud.pubsub.testing;
17+
package com.google.cloud.pubsub.testing;
1818

1919
import com.google.api.gax.testing.DownloadableEmulatorRunner;
2020
import com.google.api.gax.testing.GCloudEmulatorRunner;

0 commit comments

Comments
 (0)