jdk/src/java.base/share/classes/java/math/RoundingMode.java
changeset 37784 d1c957a6806f
parent 25859 3317bb8137f4
child 44846 b3f9f5bf40b2
--- a/jdk/src/java.base/share/classes/java/math/RoundingMode.java	Tue May 03 12:18:50 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/math/RoundingMode.java	Tue May 03 16:17:12 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -90,6 +90,7 @@
  * @author  Joseph D. Darcy
  * @since 1.5
  */
+@SuppressWarnings("deprecation") // Legacy rounding mode constants in BigDecimal
 public enum RoundingMode {
 
         /**