提交 6a9ce7f9 编写于 作者: J Jesse Glick

Incorrect filename in error.

上级 c7dcb992
...@@ -588,7 +588,7 @@ public abstract class AbstractItem extends Actionable implements Item, HttpDelet ...@@ -588,7 +588,7 @@ public abstract class AbstractItem extends Actionable implements Item, HttpDelet
new StreamResult(out)); new StreamResult(out));
out.close(); out.close();
} catch (TransformerException e) { } catch (TransformerException e) {
throw new IOException("Failed to persist configuration.xml", e); throw new IOException("Failed to persist config.xml", e);
} }
// try to reflect the changes by reloading // try to reflect the changes by reloading
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册