--- old/src/share/classes/com/sun/imageio/plugins/common/BogusColorSpace.java 2014-01-29 22:17:24.000000000 -0800 +++ new/src/share/classes/com/sun/imageio/plugins/common/BogusColorSpace.java 2014-01-29 22:17:24.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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 @@ -31,6 +31,7 @@ * A dummy ColorSpace to enable ColorModel * for image data which do not have an innate color representation. */ +@SuppressWarnings("serial") // JDK-implementation class public class BogusColorSpace extends ColorSpace { /** * Return the type given the number of components.