updated the comments a little

This commit is contained in:
James Strachan
2012-03-26 10:56:51 +01:00
parent d8c3a8f55c
commit dcae0277f1
+1
View File
@@ -23,6 +23,7 @@ inline fun <T> compareBy(a: T?, b: T?, vararg functions: Function1<T,Any?>): Int
/**
* Compares the two values which may be [[Comparable]] otherwise
* they are compared via [[#equals()]] and if they are not the same then
* the [[#hashCode()]] method is used as the difference
*/
inline fun <T> compareValues(a: T?, b: T?): Int {