gok03 / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

startMasterChooser is set as private to class #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
startMasterChooser() is set as private in RosActivity.java in the Gingerbread 
package. Sometimes it is preferred to skip the Master Chooser screen, and in 
order to do this, this function must be overridden. For what reason is this 
private? I do not believe any other subclass should have to implement it's own 
startMasterChooser function without intending to override the superclass.

Original issue reported on code.google.com by dberm22 on 25 Feb 2013 at 4:48