This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 8345676 Drop Subversion Id keywords. 8345676 is described below commit 8345676140fe7a37749a8f28641262705a0401e3 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Oct 17 17:25:57 2019 -0400 Drop Subversion Id keywords. --- src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java b/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java index 4801521..837056c 100644 --- a/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java +++ b/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/* $Id$ */ + package org.apache.commons.jexl3.junit; import org.apache.commons.jexl3.Foo;