Added "package-info" file (CheckStyle).
Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/473b2384 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/473b2384 Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/473b2384 Branch: refs/heads/master Commit: 473b2384d2776f1f10e8cd500635cf1dd0ebd1c6 Parents: fed45c3 Author: Gilles Sadowski <gil...@harfang.homelinux.org> Authored: Sat Jan 21 12:08:27 2017 +0100 Committer: Gilles Sadowski <gil...@harfang.homelinux.org> Committed: Sat Jan 21 12:17:50 2017 +0100 ---------------------------------------------------------------------- .../commons/numbers/core/package-info.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/473b2384/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/package-info.java ---------------------------------------------------------------------- diff --git a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/package-info.java b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/package-info.java new file mode 100644 index 0000000..60a7c18 --- /dev/null +++ b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/package-info.java @@ -0,0 +1,20 @@ +/* + * 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. + */ +/** + * Basic utilities. + */ +package org.apache.commons.numbers.core;