src/share/tools/ProjectCreator/FileFormatException.java

changeset 2540
15d6977f04b0
parent 2314
f95d63e2154a
     1.1 --- a/src/share/tools/ProjectCreator/FileFormatException.java	Thu Feb 10 12:55:56 2011 +0100
     1.2 +++ b/src/share/tools/ProjectCreator/FileFormatException.java	Thu Feb 10 13:03:22 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -22,7 +22,9 @@
    1.11   *
    1.12   */
    1.13  
    1.14 +@SuppressWarnings("serial")
    1.15  public class FileFormatException extends Exception {
    1.16 +
    1.17      public FileFormatException() {
    1.18          super();
    1.19      }

mercurial