diff -r c9ef7086f8ff -r ca4dc1b04ef3 jdk/src/share/classes/sun/java2d/InvalidPipeException.java --- a/jdk/src/share/classes/sun/java2d/InvalidPipeException.java Fri Jan 31 13:42:31 2014 -0500 +++ b/jdk/src/share/classes/sun/java2d/InvalidPipeException.java Sat Feb 01 10:27:55 2014 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2014, 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 @@ -34,6 +34,7 @@ * windows which toggle the need to use platform graphics or direct * graphics access. */ +@SuppressWarnings("serial") // JDK-implementation class public class InvalidPipeException extends IllegalStateException { /** * Constructs an InvalidPipeException with no detail message.