rigelhope / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Get rid of StringMap class #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See StringMap.java. It holds a String "key" and "value." This class is
unnecessary, and should be removed in favor of a more standard Java object.
Decide what it should be replaced with, and remove throughout the project.

In eclipse, select the class name or constructor name, and use References
--> In Workspace to find all users or creators of StringMap objects. This
will let you know if you've touched all the code necessary.

Original issue reported on code.google.com by ksjohnson3 on 15 Jun 2009 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by rutvi...@gmail.com on 15 Jun 2009 at 8:46

GoogleCodeExporter commented 8 years ago
This was done in Evan's code cleanup.

Original comment by londinop on 3 Aug 2009 at 5:21