Repository: apex-malhar Updated Branches: refs/heads/master da3b4317f -> 1449d9b4a
Fix license header. Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/1449d9b4 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/1449d9b4 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/1449d9b4 Branch: refs/heads/master Commit: 1449d9b4a07025952f782b1a0cb8a362fc8a6908 Parents: da3b431 Author: Thomas Weise <[email protected]> Authored: Fri Aug 26 19:19:17 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Aug 26 19:19:17 2016 -0700 ---------------------------------------------------------------------- .../demos/frauddetect/MerchantTransactionBucketOperator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/1449d9b4/demos/frauddetect/src/main/java/com/datatorrent/demos/frauddetect/MerchantTransactionBucketOperator.java ---------------------------------------------------------------------- diff --git a/demos/frauddetect/src/main/java/com/datatorrent/demos/frauddetect/MerchantTransactionBucketOperator.java b/demos/frauddetect/src/main/java/com/datatorrent/demos/frauddetect/MerchantTransactionBucketOperator.java index 415b7be..243137d 100644 --- a/demos/frauddetect/src/main/java/com/datatorrent/demos/frauddetect/MerchantTransactionBucketOperator.java +++ b/demos/frauddetect/src/main/java/com/datatorrent/demos/frauddetect/MerchantTransactionBucketOperator.java @@ -6,9 +6,9 @@ * 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 - * <p> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p> + * + * 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
