This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.osgi-2.0.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git
commit 24fb4d3bf1b7b2d110418f37351f34a4b295bd22 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Feb 16 15:05:39 2010 +0000 clean up code. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/osgi@910549 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/commons/osgi/OsgiUtilTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/sling/commons/osgi/OsgiUtilTest.java b/src/test/java/org/apache/sling/commons/osgi/OsgiUtilTest.java index d6b90c7..f43fbfd 100644 --- a/src/test/java/org/apache/sling/commons/osgi/OsgiUtilTest.java +++ b/src/test/java/org/apache/sling/commons/osgi/OsgiUtilTest.java @@ -27,6 +27,7 @@ import junit.framework.TestCase; public class OsgiUtilTest extends TestCase { + @SuppressWarnings("deprecation") public void testToDouble() { // we test getProperty which calls toDouble - so we can test both // methods in one go -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
