src/share/classes/com/sun/tools/doclets/internal/toolkit/util/PathDocFileFactory.java

changeset 1985
0e6577980181
parent 1413
bdcef2ef52d2
child 2010
64328fe5e4a6
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/PathDocFileFactory.java	Wed Aug 28 15:40:33 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/PathDocFileFactory.java	Thu Aug 29 11:41:20 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2013, 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 @@ -77,7 +77,7 @@
    1.11                  Path dir = fileManager.getDefaultFileSystem().getPath(dirName);
    1.12                  fileManager.setLocation(DocumentationTool.Location.DOCUMENTATION_OUTPUT, Arrays.asList(dir));
    1.13              } catch (IOException e) {
    1.14 -                throw new DocletAbortException();
    1.15 +                throw new DocletAbortException(e);
    1.16              }
    1.17          }
    1.18  

mercurial