You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/12/05 02:41:41 UTC

[commons-numbers] branch master updated: Typo.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 2181e42  Typo.
2181e42 is described below

commit 2181e4254fe04a67b64ee537eaa0ce291cccd576
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Thu Dec 5 03:40:48 2019 +0100

    Typo.
---
 .../java/org/apache/commons/numbers/angle/PlaneAngleRadiansTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-numbers-angle/src/test/java/org/apache/commons/numbers/angle/PlaneAngleRadiansTest.java b/commons-numbers-angle/src/test/java/org/apache/commons/numbers/angle/PlaneAngleRadiansTest.java
index 35b3f9d..79b62eb 100644
--- a/commons-numbers-angle/src/test/java/org/apache/commons/numbers/angle/PlaneAngleRadiansTest.java
+++ b/commons-numbers-angle/src/test/java/org/apache/commons/numbers/angle/PlaneAngleRadiansTest.java
@@ -24,7 +24,7 @@ import org.junit.jupiter.api.Test;
  */
 public class PlaneAngleRadiansTest {
     @Test
-    SuppressWarnings("squid:S3415")
+    @SuppressWarnings("squid:S3415")
     public void testConstants() {
         final double eps = 0;