[svn r279] fixed method name, and added i18n keys for edit dialog
This commit is contained in:
parent
b1aee18d36
commit
9218ea6c8e
2 changed files with 4 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ public class VascAnnotationParser {
|
|||
return (String)getValue(beanClass,VascName.class,property);
|
||||
}
|
||||
|
||||
public String getVascLabelKey(Class beanClass) {
|
||||
public String getVascNameKey(Class beanClass) {
|
||||
return (String)getValue(beanClass,VascName.class,null);
|
||||
}
|
||||
|
||||
|
|
@ -121,6 +121,7 @@ public class VascAnnotationParser {
|
|||
public String getVascImage(Class beanClass) {
|
||||
return (String)getValue(beanClass,VascImage.class,null);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* No oop code here...refactor at some point in time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue