fix typo
This commit is contained in:
parent
b83961d2c6
commit
4e79c0d410
@ -395,7 +395,7 @@ public abstract class ProjectManager {
|
|||||||
// actual metadata for project
|
// actual metadata for project
|
||||||
JSONArray jsonObjArray = metadata.getUserMetadata();
|
JSONArray jsonObjArray = metadata.getUserMetadata();
|
||||||
|
|
||||||
initDispaly(jsonObjArray);
|
initDisplay(jsonObjArray);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
String userMeta = (String)_preferenceStore.get(PreferenceStore.USER_METADATA_KEY);
|
String userMeta = (String)_preferenceStore.get(PreferenceStore.USER_METADATA_KEY);
|
||||||
@ -443,7 +443,7 @@ public abstract class ProjectManager {
|
|||||||
* honor the meta data preference
|
* honor the meta data preference
|
||||||
* @param jsonObjArray
|
* @param jsonObjArray
|
||||||
*/
|
*/
|
||||||
private void initDispaly(JSONArray jsonObjArray) {
|
private void initDisplay(JSONArray jsonObjArray) {
|
||||||
for (int index = 0; index < jsonObjArray.length(); index++) {
|
for (int index = 0; index < jsonObjArray.length(); index++) {
|
||||||
try {
|
try {
|
||||||
JSONObject projectMetaJsonObj = jsonObjArray.getJSONObject(index);
|
JSONObject projectMetaJsonObj = jsonObjArray.getJSONObject(index);
|
||||||
|
Loading…
Reference in New Issue
Block a user