Typical, the second I post it, I find the bug!
The declaration of
was changed to;
note the use of Double rather than double.
So this brings me to a second, similar problem. I have an interface;
an implementing class;
a main class
and a Spring config;
But when I try to run (e.g.
java com.mcparland.john.conversion.ConverterApp 7) I get the following exception;
I cannot understand what the problem is in this case. Can anyone help?
Thanks,
John