Skip to content
Snippets Groups Projects
Commit 0d739adf authored by Ray Liu's avatar Ray Liu
Browse files

Fixed merge errors

parent 6d648c23
No related branches found
No related tags found
No related merge requests found
<<<<<<< HEAD
package sort;
/**
* Enumeration of bound types.
* @author Christopher W. Schankula
*
*/
=======
package sort;
>>>>>>> b093c71758057e7a5b83b69a7632a229ad1469bf
public enum Bound {
LOWER, UPPER, LOWHIGH, ANY, EQUALS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment