Making constructors public

This commit is contained in:
Joe Bowser
2009-11-23 10:57:05 -08:00
parent 4ea49574a6
commit eb17c6be2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class GeoBroker {
private Context mCtx;
private HashMap<String, GeoListener> geoListeners;
GeoBroker(WebView view, Context ctx)
public GeoBroker(WebView view, Context ctx)
{
mCtx = ctx;
mAppView = view;