[
https://issues.apache.org/jira/browse/OPENJPA-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839016#action_12839016
]
Cathy Nordstrom commented on OPENJPA-1538:
------------------------------------------
Thanks Donald for committing this.
> Move hard coded text in OpenJPAVersion.java to localizer.properties
> -------------------------------------------------------------------
>
> Key: OPENJPA-1538
> URL: https://issues.apache.org/jira/browse/OPENJPA-1538
> Project: OpenJPA
> Issue Type: Bug
> Components: docs, kernel
> Affects Versions: 2.0.0-beta2
> Reporter: Cathy Nordstrom
> Assignee: Donald Woods
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: patch1_1538.txt, patch2_1538.txt, patch3_1538.txt
>
>
> openjpa-kernel/src/main/java/org/apache/openjpa/conf/OpenJPAVersion.java
> contains some hard coded text that could be moved to message properties file.
> public void appendOpenJPABanner(StringBuilder buf) {
> buf.append(VENDOR_NAME).append(" ");
> buf.append(VERSION_NUMBER);
> buf.append("\n");
> buf.append("version id: ").append(VERSION_ID);
> buf.append("\n");
> buf.append("Apache svn revision: ").append(REVISION_NUMBER);
> buf.append("\n");
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.