提交 1013eea1 编写于 作者: B Baptiste Mathus

Fix excessive indentation

上级 54b7dee2
......@@ -74,9 +74,9 @@ public class AtomicFileWriter extends Writer {
this(f, Charset.forName(encoding));
}
/**
* @param charset File charset to write. If null, platform default encoding is chosen.
*/
/**
* @param charset File charset to write. If null, platform default encoding is chosen.
*/
public AtomicFileWriter(File f, Charset charset) throws IOException {
destFile = f.toPath();
Path dir = destFile.getParent();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册