You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Emmanuel Bourg <e....@cross-systems.com> on 2003/12/30 13:34:44 UTC

[configuration] .properties header

This is a patch to add a custom header to .properties files and match 
the features of the ExtendedProperties class so that it can be 
deprecated. I preferred using a get/setHeader instead of a header 
parameter on the save method, this will spare the hassle of carrying the 
header every time the configuration has to be saved.

Emmanuel Bourg