Bug 49250 - [PATCH] PSGenerator miss setter for field commentsEnabled
Summary: [PATCH] PSGenerator miss setter for field commentsEnabled
Status: RESOLVED FIXED
Alias: None
Product: XMLGraphicsCommons - Now in Jira
Classification: Unclassified
Component: postscript (show other bugs)
Version: Trunk
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: --
Assignee: XML Graphics Project Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 05:25 UTC by Julien Aymé
Modified: 2010-05-30 11:05 UTC (History)
0 users



Attachments
Proposed patch (1.01 KB, application/octet-stream)
2010-05-05 05:25 UTC, Julien Aymé
Details

Note You need to log in before you can comment on or make changes to this bug.
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!