Remove unneeded empty lines.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1e7d4f05 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1e7d4f05 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/1e7d4f05 Branch: refs/heads/master Commit: 1e7d4f0576f544ff81bc4dbe75d5071fef7dd792 Parents: 4e08e17 Author: Thomas Neidhart <[email protected]> Authored: Mon Mar 2 22:41:44 2015 +0100 Committer: Thomas Neidhart <[email protected]> Committed: Mon Mar 2 22:41:44 2015 +0100 ---------------------------------------------------------------------- src/main/java/org/apache/commons/math4/special/Beta.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/1e7d4f05/src/main/java/org/apache/commons/math4/special/Beta.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/special/Beta.java b/src/main/java/org/apache/commons/math4/special/Beta.java index 7861237..c2696e1 100644 --- a/src/main/java/org/apache/commons/math4/special/Beta.java +++ b/src/main/java/org/apache/commons/math4/special/Beta.java @@ -47,8 +47,6 @@ import org.apache.commons.math4.util.FastMath; * this library are license free. Since no such notice appears in the code these * functions can safely be ported to Commons-Math. * </p> - * - * */ public class Beta { /** Maximum allowed numerical error. */
