diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 5df6a06..893bd3e 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -266,8 +266,7 @@ namespace OpenSim.Region.Capabilities | |||
266 | #endregion | 266 | #endregion |
267 | 267 | ||
268 | /// <summary> | 268 | /// <summary> |
269 | /// Callback for a client request for an upload url for a script task | 269 | /// Called by the script task update handler. Provides a URL to which the client can upload a new asset. |
270 | /// inventory update | ||
271 | /// </summary> | 270 | /// </summary> |
272 | /// <param name="request"></param> | 271 | /// <param name="request"></param> |
273 | /// <param name="path"></param> | 272 | /// <param name="path"></param> |
@@ -320,8 +319,7 @@ namespace OpenSim.Region.Capabilities | |||
320 | } | 319 | } |
321 | 320 | ||
322 | /// <summary> | 321 | /// <summary> |
323 | /// Callback for a client request for an upload url for a notecard (or script) | 322 | /// Called by the notecard update handler. Provides a URL to which the client can upload a new asset. |
324 | /// agent inventory update | ||
325 | /// </summary> | 323 | /// </summary> |
326 | /// <param name="request"></param> | 324 | /// <param name="request"></param> |
327 | /// <param name="path"></param> | 325 | /// <param name="path"></param> |