need extract space in the message text
--------------------------------------

                 Key: OPENJPA-405
                 URL: https://issues.apache.org/jira/browse/OPENJPA-405
             Project: OpenJPA
          Issue Type: Bug
          Components: kernel
            Reporter: Teresa Kan
            Priority: Minor
             Fix For: 1.0.1


two words concat togther in the following message due to the space was missing 
in front of separator. Therefore, contract and detected became one word: 
contractdetected. 

subclasser-contract-violation-field: Possible violation of subclassing contract\
        detected while processing persistent field {1}, declared in {2}. \ 
        Are you sure you are obeying the OpenJPA requirements? Details: {0}

Fix will be :
subclasser-contract-violation-field: Possible violation of subclassing \
        contract detected while processing persistent field {1}, declared in 
{2}. \ 
        Are you sure you are obeying the OpenJPA requirements? Details: {0}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to