diff options
author | Justin Clark-Casey (justincc) | 2011-10-22 00:55:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-22 00:55:50 +0100 |
commit | bc2da4eaadb0dbf8502d95fc2e40b1fdcc86e218 (patch) | |
tree | cf1569ed7a57480a7addc632e620acc1e3ca640f /OpenSim/Tests/Common/Helpers | |
parent | in AssetHelpers, store the actual text passed in to the method, not the strin... (diff) | |
download | opensim-SC_OLD-bc2da4eaadb0dbf8502d95fc2e40b1fdcc86e218.zip opensim-SC_OLD-bc2da4eaadb0dbf8502d95fc2e40b1fdcc86e218.tar.gz opensim-SC_OLD-bc2da4eaadb0dbf8502d95fc2e40b1fdcc86e218.tar.bz2 opensim-SC_OLD-bc2da4eaadb0dbf8502d95fc2e40b1fdcc86e218.tar.xz |
correct misleading method doc on CreateNotecardAsset()
Diffstat (limited to 'OpenSim/Tests/Common/Helpers')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/AssetHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Helpers/AssetHelpers.cs b/OpenSim/Tests/Common/Helpers/AssetHelpers.cs index 94d3629..f5db0f7 100644 --- a/OpenSim/Tests/Common/Helpers/AssetHelpers.cs +++ b/OpenSim/Tests/Common/Helpers/AssetHelpers.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Tests.Common | |||
49 | /// <summary> | 49 | /// <summary> |
50 | /// Create a notecard asset with a random uuid and dummy text. | 50 | /// Create a notecard asset with a random uuid and dummy text. |
51 | /// </summary> | 51 | /// </summary> |
52 | /// <param name="creatorId">/param> | 52 | /// <param name="assetId">/param> |
53 | /// <returns></returns> | 53 | /// <returns></returns> |
54 | public static AssetBase CreateNotecardAsset(UUID id) | 54 | public static AssetBase CreateNotecardAsset(UUID id) |
55 | { | 55 | { |