minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trigger another build

0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2012-12-06 01:36:30 +00:00
parent acc01bb85d
commit 68daeee434
1 changed files with 2 additions and 2 deletions

View File

@ -315,8 +315,8 @@ namespace OpenSim.Capabilities.Handlers
/// for start.</remarks>
/// <returns></returns>
/// <param name='header'></param>
/// <param name='start'>Undefined if the parse fails.</param>
/// <param name='end'>Undefined if the parse fails.</param>
/// <param name='start'>Start of the range. Undefined if this was not a number.</param>
/// <param name='end'>End of the range. Will be -1 if no end specified. Undefined if there was a raw string but this was not a number.</param>
private bool TryParseRange(string header, out int start, out int end)
{
start = end = 0;