34 |
**/ |
**/ |
35 |
private final List<String> langs; |
private final List<String> langs; |
36 |
|
|
37 |
@Deprecated |
/** |
38 |
|
@Deprecated Use another constructor. AttributeMetadataMap is based on {@link Translation} and |
39 |
|
* would like to know how many languages are supported, so the |
40 |
|
* needed defaults can be created. |
41 |
|
*/ |
42 |
public AttributeMetadataMap() { |
public AttributeMetadataMap() { |
43 |
langs = new ArrayList<String>(); |
langs = new ArrayList<String>(); |
44 |
langs.add(Translation.getActiveLang()); |
langs.add(Translation.getActiveLang()); |