You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2010/02/26 18:05:28 UTC

[jira] Resolved: (OPENJPA-1538) Move hard coded text in OpenJPAVersion.java to localizer.properties

     [ https://issues.apache.org/jira/browse/OPENJPA-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved OPENJPA-1538.
-----------------------------------

    Resolution: Fixed

committed to trunk as r916757 and r916759.

> 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.