mirror of https://github.com/apache/lucene.git
LUCENE-3932: add javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea901cb0f8
commit
9a329c0a25
|
@ -17,6 +17,10 @@ package org.apache.lucene.util;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Math static utility methods.
|
||||
*/
|
||||
|
||||
public final class MathUtil {
|
||||
|
||||
// No instance:
|
||||
|
|
Loading…
Reference in New Issue