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:
Michael McCandless 2012-04-05 14:35:32 +00:00
parent ea901cb0f8
commit 9a329c0a25
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ package org.apache.lucene.util;
* limitations under the License.
*/
/**
* Math static utility methods.
*/
public final class MathUtil {
// No instance: