Anatole Tresch created TAMAYA-146:
-------------------------------------

             Summary: Implement getName() in SPI Support's BasePropertySource.
                 Key: TAMAYA-146
                 URL: https://issues.apache.org/jira/browse/TAMAYA-146
             Project: Tamaya
          Issue Type: Improvement
          Components: Extensions
            Reporter: Anatole Tresch
            Assignee: Anatole Tresch
            Priority: Minor
             Fix For: 0.3-incubating


The method {{getName()}} in {{...spisupport.BasePropertySource}} should be 
implemented as follows to make inheriting even more powerful:
{noformat}
@Override
public String getName() {
    return getClass().getSimpleName();
}
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to