From 46d529135013091286f3931223b387c571aecdb9 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 27 Oct 2008 16:48:09 +0000 Subject: [PATCH] Updated comment to reflect implementation. --- app/controllers/changeset_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index a24f61e28..bb8c3cef2 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -81,7 +81,8 @@ class ChangesetController < ApplicationController # Furthermore, each element in the diff can only reference the current # changeset. # - # Returns: ??? the new document? updated diffs? + # Returns: a diffResult document, as described in + # http://wiki.openstreetmap.org/index.php/OSM_Protocol_Version_0.6 def upload # only allow POST requests, as the upload method is most definitely # not idempotent, as several uploads with placeholder IDs will have -- 2.43.2