Remove merge artifact in IntDict javadoc

This commit is contained in:
Federico Bond
2014-08-25 09:54:13 -03:00
parent 25ed6fed3b
commit 7d09cd08a7

View File

@@ -561,13 +561,8 @@ public class IntDict {
/**
<<<<<<< HEAD
* Sort by values in descending order (largest value will be at [0]).
*
=======
* Sort by values in ascending order. The smallest value will be at [0].
*
>>>>>>> cd467dc12a42d588638aaab06746bebdfb333cc4
* @webref intdict:method
* @brief Sort by values in ascending order
*/