Bug 49250

Summary: [PATCH] PSGenerator miss setter for field commentsEnabled
Product: XMLGraphicsCommons - Now in Jira Reporter: Julien Aymé <julien.ayme>
Component: postscriptAssignee: XML Graphics Project Mailing List <general>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Trunk   
Target Milestone: --   
Hardware: PC   
OS: Windows XP   
Attachments: Proposed patch

Description Julien Aymé 2010-05-05 05:25:23 UTC
Created attachment 25399 [details]
Proposed patch

The PSGenerator uses internally a commentsEnabled field,
to check wether calls to commentln(String) method are allowed or not.

This field should have a public setter and getter.
Comment 1 Jeremias Maerki 2010-05-30 11:05:43 UTC
Applied with rev 949526 (http://svn.apache.org/viewvc?rev=949526&view=rev). Thanks for the patch!