~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/NGit/NGit/AnyObjectId.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
42
*/
43
43
 
44
 
using System;
45
44
using System.IO;
46
45
using System.Text;
47
46
using NGit;
60
59
        /// with this instance can alter at any time, if this instance is modified to
61
60
        /// represent a different object name.
62
61
        /// </remarks>
63
 
        public abstract class AnyObjectId : IComparable
 
62
        public abstract class AnyObjectId : System.IComparable<object>
64
63
        {
65
64
                /// <summary>Compare to object identifier byte sequences for equality.</summary>
66
65
                /// <remarks>Compare to object identifier byte sequences for equality.</remarks>
557
556
                /// <summary>Return an abbreviation (prefix) of this object SHA-1.</summary>
558
557
                /// <remarks>
559
558
                /// Return an abbreviation (prefix) of this object SHA-1.
560
 
                /// This implementation does not guaranteeing uniqueness. Callers should
 
559
                /// <p>
 
560
                /// This implementation does not guarantee uniqueness. Callers should
561
561
                /// instead use
562
562
                /// <see cref="ObjectReader.Abbreviate(AnyObjectId, int)">ObjectReader.Abbreviate(AnyObjectId, int)
563
563
                ///     </see>