Repository: incubator-beam Updated Branches: refs/heads/master 4d5303d8a -> 448957ba8
Fix Checkstyle errors in sdk core Regression of 2618aa68ecad95f77a6a42f8eddfe63e511edf23 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/448957ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/448957ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/448957ba Branch: refs/heads/master Commit: 448957ba8fb1c47c3ac84e2aee5a4df2af5671e4 Parents: 4d5303d Author: Maximilian Michels <[email protected]> Authored: Fri Apr 29 14:38:48 2016 +0200 Committer: Maximilian Michels <[email protected]> Committed: Fri Apr 29 14:41:16 2016 +0200 ---------------------------------------------------------------------- .../org/apache/beam/sdk/runners/inprocess/CommittedResult.java | 5 ++--- .../apache/beam/sdk/runners/inprocess/CommittedResultTest.java | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/448957ba/sdks/java/core/src/main/java/org/apache/beam/sdk/runners/inprocess/CommittedResult.java ---------------------------------------------------------------------- diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/runners/inprocess/CommittedResult.java b/sdks/java/core/src/main/java/org/apache/beam/sdk/runners/inprocess/CommittedResult.java index 3ad0ae6..10e9697 100644 --- a/sdks/java/core/src/main/java/org/apache/beam/sdk/runners/inprocess/CommittedResult.java +++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/runners/inprocess/CommittedResult.java @@ -7,12 +7,11 @@ * "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 - * + * 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. */ http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/448957ba/sdks/java/core/src/test/java/org/apache/beam/sdk/runners/inprocess/CommittedResultTest.java ---------------------------------------------------------------------- diff --git a/sdks/java/core/src/test/java/org/apache/beam/sdk/runners/inprocess/CommittedResultTest.java b/sdks/java/core/src/test/java/org/apache/beam/sdk/runners/inprocess/CommittedResultTest.java index 7fad647..c888a65 100644 --- a/sdks/java/core/src/test/java/org/apache/beam/sdk/runners/inprocess/CommittedResultTest.java +++ b/sdks/java/core/src/test/java/org/apache/beam/sdk/runners/inprocess/CommittedResultTest.java @@ -7,12 +7,11 @@ * "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 - * + * 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. */
