Skip to content

Commit

Permalink
Checkstyle is skipped for o.a.c.m3.optimization.direct.BOBYQAOptimize…
Browse files Browse the repository at this point in the history
…r (MATH-746).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1244855 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Sebastien Brisard committed Feb 16, 2012
1 parent 695d2dc commit 56c9e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit 56c9e48

Please sign in to comment.