From f300cb5a647234daa5e2100e21d224d03ddac494 Mon Sep 17 00:00:00 2001 From: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com> Date: Thu, 11 Jan 2018 09:17:23 -0800 Subject: [PATCH] Updated dataflow, datastore, dlp, errorreporting, firestore, iap, and iot folders. (#986) * Updated dataflow/spanner-io * Updated datastore. * Updated dlp * Updated errorreporting. * Updated firestore/ * Updated iap/ * Updated iot. * Updated datastore/cloud-client. * Re-updated dlp samples. --- .../com/example/errorreporting/QuickStart.java | 16 +++++++++------- .../com/example/errorreporting/QuickStartIT.java | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java b/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java index 4b495ddddfe..334d7c44fe7 100644 --- a/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java +++ b/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java @@ -1,14 +1,16 @@ -/** +/* * Copyright 2017 Google Inc. * - *
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - *
http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - *
Unless required by applicable law or agreed to in writing, software distributed under the - * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing permissions and + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and * limitations under the License. */ diff --git a/errorreporting/snippets/src/test/java/com/example/errorreporting/QuickStartIT.java b/errorreporting/snippets/src/test/java/com/example/errorreporting/QuickStartIT.java index b0f08a1f620..2c9e3099b46 100644 --- a/errorreporting/snippets/src/test/java/com/example/errorreporting/QuickStartIT.java +++ b/errorreporting/snippets/src/test/java/com/example/errorreporting/QuickStartIT.java @@ -1,14 +1,16 @@ -/** +/* * Copyright 2017 Google Inc. * - *
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - *
http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - *
Unless required by applicable law or agreed to in writing, software distributed under the - * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing permissions and + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and * limitations under the License. */