Skip to content

Commit cec3c55

Browse files
committed
sonar fix: use block comment not javadoc comment
1 parent 18f98ba commit cec3c55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/StableSamplerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,9 +1336,9 @@ private static double sampleWeronAlpha1(double beta, double w, double u) {
13361336
beta * Math.log(PI_2 * w * Math.cos(phi) / betaPhi)) / PI_2;
13371337
}
13381338

1339-
/*******************************/
1340-
/* Tests for the StableSampler */
1341-
/*******************************/
1339+
//-----------------------------
1340+
// Tests for the StableSampler
1341+
//-----------------------------
13421342

13431343
/**
13441344
* Test the general CMS sampler when the random generator outputs create

0 commit comments

Comments
 (0)