docjure icon indicating copy to clipboard operation
docjure copied to clipboard

Removal of use of assert-type macro

Open ducky427 opened this issue 12 years ago • 0 comments

The code doesn't need to check the type of arguments anymore as the type information has already been provided. If a wrong type is passed, you get a ClassCastException.

I've left the macro but removed its use. I've fixed the tests accordingly.

ducky427 avatar Sep 25 '13 16:09 ducky427