Repository: groovy Updated Branches: refs/heads/master b6a3a4d6f -> d96e370f4
license comment shouldn't be javadoc comment Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9221c512 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9221c512 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9221c512 Branch: refs/heads/master Commit: 9221c5124c25a2d4305145b927a42fcccc7fc437 Parents: b6a3a4d Author: John Wagenleitner <[email protected]> Authored: Thu Aug 4 22:00:50 2016 -0700 Committer: John Wagenleitner <[email protected]> Committed: Thu Aug 4 22:00:50 2016 -0700 ---------------------------------------------------------------------- src/main/groovy/util/BufferedIterator.java | 2 +- src/main/org/codehaus/groovy/util/IteratorBufferedIterator.java | 2 +- src/main/org/codehaus/groovy/util/ListBufferedIterator.java | 2 +- src/test/groovy/util/BufferedIteratorTest.groovy | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/9221c512/src/main/groovy/util/BufferedIterator.java ---------------------------------------------------------------------- diff --git a/src/main/groovy/util/BufferedIterator.java b/src/main/groovy/util/BufferedIterator.java index 4b170a0..6fa50a9 100644 --- a/src/main/groovy/util/BufferedIterator.java +++ b/src/main/groovy/util/BufferedIterator.java @@ -1,4 +1,4 @@ -/** +/* * 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 http://git-wip-us.apache.org/repos/asf/groovy/blob/9221c512/src/main/org/codehaus/groovy/util/IteratorBufferedIterator.java ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/util/IteratorBufferedIterator.java b/src/main/org/codehaus/groovy/util/IteratorBufferedIterator.java index 1a25d34..e81bff1 100644 --- a/src/main/org/codehaus/groovy/util/IteratorBufferedIterator.java +++ b/src/main/org/codehaus/groovy/util/IteratorBufferedIterator.java @@ -1,4 +1,4 @@ -/** +/* * 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 http://git-wip-us.apache.org/repos/asf/groovy/blob/9221c512/src/main/org/codehaus/groovy/util/ListBufferedIterator.java ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/util/ListBufferedIterator.java b/src/main/org/codehaus/groovy/util/ListBufferedIterator.java index 5e2a99f..5625ab2 100644 --- a/src/main/org/codehaus/groovy/util/ListBufferedIterator.java +++ b/src/main/org/codehaus/groovy/util/ListBufferedIterator.java @@ -1,4 +1,4 @@ -/** +/* * 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 http://git-wip-us.apache.org/repos/asf/groovy/blob/9221c512/src/test/groovy/util/BufferedIteratorTest.groovy ---------------------------------------------------------------------- diff --git a/src/test/groovy/util/BufferedIteratorTest.groovy b/src/test/groovy/util/BufferedIteratorTest.groovy index d543033..104238f 100644 --- a/src/test/groovy/util/BufferedIteratorTest.groovy +++ b/src/test/groovy/util/BufferedIteratorTest.groovy @@ -1,4 +1,4 @@ -/** +/* * 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
