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-math.git
The following commit(s) were added to refs/heads/master by this push:
new 005b4b1 Remove Subversion's "@version $Id$".
005b4b1 is described below
commit 005b4b1c28b5e2418874c5f43156ccd85edb367b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 16 10:05:26 2019 -0400
Remove Subversion's "@version $Id$".
---
src/test/java/org/apache/commons/math4/special/BesselJTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/math4/special/BesselJTest.java
b/src/test/java/org/apache/commons/math4/special/BesselJTest.java
index cf3bf31..80f8657 100644
--- a/src/test/java/org/apache/commons/math4/special/BesselJTest.java
+++ b/src/test/java/org/apache/commons/math4/special/BesselJTest.java
@@ -22,7 +22,6 @@ import org.junit.Assert;
import org.junit.Test;
/**
- * @version $Id$
*/
public class BesselJTest {