mirror of https://github.com/apache/cloudstack.git
Fixed xml doc writer
This commit is contained in:
parent
da115c4281
commit
74e878ea7f
|
|
@ -180,6 +180,7 @@ public class ApiXmlDocWriter {
|
|||
|
||||
ObjectOutputStream singleRegularUserCommandOs = xs.createObjectOutputStream(new FileWriter(regularUserDirName + "/" + "login" + ".xml"), "command");
|
||||
writeLoginCommand(singleRegularUserCommandOs);
|
||||
singleRegularUserCommandOs.close();
|
||||
|
||||
} else if (key.equals("logout")) {
|
||||
writeLogoutCommand(out);
|
||||
|
|
|
|||
Loading…
Reference in New Issue