Updated Branches: refs/heads/master 5d374f26b -> 3579d7ff5
Adding missing header. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/3579d7ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/3579d7ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/3579d7ff Branch: refs/heads/master Commit: 3579d7ff51e71d3ff307a2b892caa782bb7ac956 Parents: 5d374f2 Author: Aaron McCurry <[email protected]> Authored: Mon Sep 9 13:37:29 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Sep 9 13:37:29 2013 -0400 ---------------------------------------------------------------------- .../java/org/apache/blur/utils/BlurIterable.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3579d7ff/blur-util/src/main/java/org/apache/blur/utils/BlurIterable.java ---------------------------------------------------------------------- diff --git a/blur-util/src/main/java/org/apache/blur/utils/BlurIterable.java b/blur-util/src/main/java/org/apache/blur/utils/BlurIterable.java index b85a59c..75aaf22 100644 --- a/blur-util/src/main/java/org/apache/blur/utils/BlurIterable.java +++ b/blur-util/src/main/java/org/apache/blur/utils/BlurIterable.java @@ -1,3 +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. See the + * License for the specific language governing permissions and limitations under + * the License. + */ package org.apache.blur.utils; public interface BlurIterable<T, E extends Exception> {
