javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/midp/StorageAccessor.java
changeset 50 023eef975703
parent 26 dc7c549001d5
child 72 1f0034e370aa
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
   196                             // into an int.
   196                             // into an int.
   197                             midletN = Integer.parseInt(nameStr.substring(7));
   197                             midletN = Integer.parseInt(nameStr.substring(7));
   198                         }
   198                         }
   199                         catch (NumberFormatException ne) 
   199                         catch (NumberFormatException ne) 
   200                         {
   200                         {
   201                             Log.logW("Error in getting localized name: " + nameStr, ne);
       
   202                         }
   201                         }
   203                     }
   202                     }
   204                 }
   203                 }
   205 
   204 
   206                 // Set the localized name of the MIDlet.
   205                 // Set the localized name of the MIDlet.