android: fix javadoc

This commit is contained in:
Alexander Alekhin 2020-01-15 19:39:32 +03:00
parent 43a91f82fe
commit a90dacdf75

View File

@ -2,8 +2,6 @@ package org.opencv.android;
import android.content.Context; import android.content.Context;
import org.opencv.BuildConfig;
/** /**
* Helper class provides common initialization methods for OpenCV library. * Helper class provides common initialization methods for OpenCV library.
*/ */
@ -97,7 +95,7 @@ public class OpenCVLoader
/** /**
* Current OpenCV Library version * Current OpenCV Library version
*/ */
public static final String OPENCV_VERSION = BuildConfig.VERSION_NAME; public static final String OPENCV_VERSION = "@OPENCV_VERSION_MAJOR@.@OPENCV_VERSION_MINOR@.@OPENCV_VERSION_PATCH@";
/** /**