src/share/classes/com/sun/tools/doclets/formats/html/SingleIndexWriter.java

changeset 1357
c75be5bc5283
parent 798
4868a36f6fd8
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/SingleIndexWriter.java	Sat Oct 06 10:35:38 2012 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/SingleIndexWriter.java	Tue Oct 09 19:10:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 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 @@ -26,9 +26,10 @@
    1.11  package com.sun.tools.doclets.formats.html;
    1.12  
    1.13  import java.io.*;
    1.14 -import com.sun.tools.doclets.internal.toolkit.util.*;
    1.15 +
    1.16  import com.sun.tools.doclets.formats.html.markup.*;
    1.17  import com.sun.tools.doclets.internal.toolkit.*;
    1.18 +import com.sun.tools.doclets.internal.toolkit.util.*;
    1.19  
    1.20  /**
    1.21   * Generate only one index file for all the Member Names with Indexing in

mercurial