IGNITE-6774 Java doc is broken: "LUDecomposition.java:40: warning - Tag @see: 
missing final '>'". This closes #2941.

Signed-off-by: nikolay_tikhonov <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/24bd9167
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/24bd9167
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/24bd9167

Branch: refs/heads/ignite-6748
Commit: 24bd916742c8a84d2965324c4c9ea8b8571bfe62
Parents: 007c579
Author: mcherkasov <[email protected]>
Authored: Fri Oct 27 19:55:10 2017 +0300
Committer: nikolay_tikhonov <[email protected]>
Committed: Fri Oct 27 19:55:10 2017 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/ml/math/decompositions/LUDecomposition.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/24bd9167/modules/ml/src/main/java/org/apache/ignite/ml/math/decompositions/LUDecomposition.java
----------------------------------------------------------------------
diff --git 
a/modules/ml/src/main/java/org/apache/ignite/ml/math/decompositions/LUDecomposition.java
 
b/modules/ml/src/main/java/org/apache/ignite/ml/math/decompositions/LUDecomposition.java
index df7b6cd..8b79d9b 100644
--- 
a/modules/ml/src/main/java/org/apache/ignite/ml/math/decompositions/LUDecomposition.java
+++ 
b/modules/ml/src/main/java/org/apache/ignite/ml/math/decompositions/LUDecomposition.java
@@ -35,7 +35,7 @@ import static 
org.apache.ignite.ml.math.util.MatrixUtil.likeVector;
  * @see <a 
href="http://mathworld.wolfram.com/LUDecomposition.html";>MathWorld</a>
  * @see <a href="http://en.wikipedia.org/wiki/LU_decomposition";>Wikipedia</a>
  *
- * TODO: IGNITE-5828, Maybe we should make this class (and other 
decompositions) Externalizable.
+ * <p>TODO: IGNITE-5828, Maybe we should make this class (and other 
decompositions) Externalizable.</p>
  */
 public class LUDecomposition implements Destroyable {
     /** Default bound to determine effective singularity in LU decomposition. 
*/

Reply via email to