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

changeset 1413
bdcef2ef52d2
parent 1412
400a4e8accd3
child 1442
fcf89720ae71
equal deleted inserted replaced
1412:400a4e8accd3 1413:bdcef2ef52d2
67 f = new PathDocFileFactory(configuration); 67 f = new PathDocFileFactory(configuration);
68 } catch (Throwable t) { 68 } catch (Throwable t) {
69 throw new IllegalStateException(t); 69 throw new IllegalStateException(t);
70 } 70 }
71 } 71 }
72 factories.put(configuration, f);
72 } 73 }
73 return f; 74 return f;
74 } 75 }
75 76
76 protected Configuration configuration; 77 protected Configuration configuration;

mercurial