Checkstyle is skipped for o.a.c.m3.optimization.direct.BOBYQAOptimizer (MATH-746).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1244855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-02-16 06:43:33 +00:00
parent 2812744c9c
commit 0c919d42ac
2 changed files with 6 additions and 2 deletions

View File

@ -188,6 +188,9 @@
<property name="onCommentFormat" value="CHECKSTYLE\: resume DeclarationOrder"/>
<property name="checkFormat" value="DeclarationOrder"/>
</module>
<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="CHECKSTYLE\: stop all"/>
<property name="onCommentFormat" value="CHECKSTYLE\: resume all"/>
</module>
</module>

View File

@ -1,3 +1,4 @@
// CHECKSTYLE: stop all
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@ -160,7 +161,7 @@ public class BOBYQAOptimizer
* XXX "su" in the original code.
*/
private ArrayRealVector upperDifference;
/**
/**
* Parameters of the implicit second derivatives of the quadratic model.
* XXX "pq" in the original code.
*/