src/share/classes/com/sun/tools/javadoc/Messager.java

changeset 1357
c75be5bc5283
parent 912
5e6c661891da
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/Messager.java	Sat Oct 06 10:35:38 2012 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/Messager.java	Tue Oct 09 19:10:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -25,16 +25,14 @@
    1.11  
    1.12  package com.sun.tools.javadoc;
    1.13  
    1.14 -import java.io.PrintWriter;
    1.15 +import java.io.PrintWriter;  // Access to 'javac' output streams
    1.16  import java.text.MessageFormat;
    1.17 +import java.util.MissingResourceException;
    1.18  import java.util.ResourceBundle;
    1.19 -import java.util.MissingResourceException;
    1.20  
    1.21  import com.sun.javadoc.*;
    1.22 -
    1.23  import com.sun.tools.javac.util.Context;
    1.24 -
    1.25 -import com.sun.tools.javac.util.Log;  // Access to 'javac' output streams
    1.26 +import com.sun.tools.javac.util.Log;
    1.27  
    1.28  /**
    1.29   * Utility for integrating with javadoc tools and for localization.

mercurial