[jsword-devel] [JIRA] Resolved: (JS-119) Public API for FontStore
DM Smith (JIRA)
jira at crosswire.org
Sun Feb 6 15:11:55 MST 2011
[ http://www.crosswire.org/bugs/browse/JS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
DM Smith resolved JS-119.
-------------------------
Resolution: Fixed
> Public API for FontStore
> ------------------------
>
> Key: JS-119
> URL: http://www.crosswire.org/bugs/browse/JS-119
> Project: JSword
> Issue Type: Improvement
> Components: o.c.common.util
> Affects Versions: 1.6
> Reporter: DM Smith
> Assignee: DM Smith
> Priority: Trivial
> Fix For: 1.6.1
>
>
> Tonny Kohar would like to inherit from the above FontStore class, rather reimplemented it.
> He writes:
> So here is the list (if possible) to be changed from private to Public/Protected
> - method private void load() -> change to public/protected void load()
> - method private void store() -> change to public/protected void store()
> - private static final String LANG_KEY_PREFIX to public
> - private static final String DEFAULT_KEY to public
> - private static final String DEFAULT_FONT public
> private boolean loaded -> change to protected
> private Properties fontMap -> change to protected
> private URI fontStore -> change to protected
> private String storeName -> change to protected
> private String defaultFont -> change to protected
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jsword-devel
mailing list