If there's a bug here, I don't see it:

   public Formatter(Writer result, Format format){
       this.result = new BufferedWriter(result);
       this.indenter = new Indenter(format);
       this.buffer = new OutputBuffer();
       this.prolog = format.getProlog();      
   }

What am I missing?

Thanks

** Changed in: simple-xml (Ubuntu)
       Status: New => Incomplete

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410815

Title:
  Improper Resource Shutdown or Release in
  org/.../xml/stream/Formatter.java line 111

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-xml/+bug/1410815/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to