Disabled
This commit is contained in:
parent
b37a6e47bc
commit
7e0a9dad36
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class OsmBugsRemoteUtil implements OsmBugsUtil {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public OsmBugResult commit(OsmNotesPoint point, String text, Action action) {
|
public OsmBugResult commit(OsmNotesPoint point, String text, Action action) {
|
||||||
return commit(point, text, action, true);
|
return commit(point, text, action, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public OsmBugResult commit(OsmNotesPoint point, String text, Action action, boolean anonymous) {
|
public OsmBugResult commit(OsmNotesPoint point, String text, Action action, boolean anonymous) {
|
||||||
|
|
Loading…
Reference in a new issue