Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0EF90200BF5 for ; Wed, 30 Nov 2016 00:30:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0ADE6160B30; Tue, 29 Nov 2016 23:30:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D0D1160B28 for ; Wed, 30 Nov 2016 00:30:19 +0100 (CET) Received: (qmail 18549 invoked by uid 500); 29 Nov 2016 23:30:18 -0000 Mailing-List: contact commits-help@iota.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@iota.incubator.apache.org Delivered-To: mailing list commits@iota.incubator.apache.org Received: (qmail 18529 invoked by uid 99); 29 Nov 2016 23:30:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 23:30:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CF9241A8BD7 for ; Tue, 29 Nov 2016 23:30:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NacocIV63Afp for ; Tue, 29 Nov 2016 23:30:17 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 6D56B60F9F for ; Tue, 29 Nov 2016 23:30:16 +0000 (UTC) Received: (qmail 8684 invoked by uid 99); 29 Nov 2016 23:29:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 23:29:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98112F16AB; Tue, 29 Nov 2016 23:29:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tonyfaustini@apache.org To: commits@iota.incubator.apache.org Date: Tue, 29 Nov 2016 23:29:08 -0000 Message-Id: <10b5c4f2311d464cb38d951f620a1ff4@git.apache.org> In-Reply-To: <96874bab2af741898b632b655ac49b5c@git.apache.org> References: <96874bab2af741898b632b655ac49b5c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/31] incubator-iota git commit: Removed scalastyle in randomuuid archived-at: Tue, 29 Nov 2016 23:30:20 -0000 Removed scalastyle in randomuuid Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/1f0895c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/1f0895c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/1f0895c5 Branch: refs/heads/master Commit: 1f0895c56420f444b5f833a1d8374e67b3b3b7ef Parents: a1e7455 Author: Shivansh Authored: Thu Nov 3 23:55:04 2016 +0530 Committer: Shivansh Committed: Thu Nov 3 23:55:04 2016 +0530 ---------------------------------------------------------------------- .../apache/iota/fey/performer/RandomUUID.scala | 33 ++++++++++---------- 1 file changed, 17 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/1f0895c5/performers/stream/src/main/scala/org/apache/iota/fey/performer/RandomUUID.scala ---------------------------------------------------------------------- diff --git a/performers/stream/src/main/scala/org/apache/iota/fey/performer/RandomUUID.scala b/performers/stream/src/main/scala/org/apache/iota/fey/performer/RandomUUID.scala index be3f3cf..c0e3493 100644 --- a/performers/stream/src/main/scala/org/apache/iota/fey/performer/RandomUUID.scala +++ b/performers/stream/src/main/scala/org/apache/iota/fey/performer/RandomUUID.scala @@ -1,18 +1,19 @@ - -// Licensed to the Apache Software Foundation (ASF) under one or more -// contributor license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright ownership. -// The ASF licenses this file to You 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 -// -// 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. -// ee the License for the specific language governing permissions and -// limitations under the License. +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 + * + * 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. + */ package org.apache.iota.fey.performer @@ -53,4 +54,4 @@ class RandomUUID(override val params: Map[String, String] = Map.empty, propagateMessage(uuid) } -} \ No newline at end of file +}