Ha! I've definitely had moments where I've yelled at my compiler for not running my code. Yesterday, I spent whole day solving one simple error, read countless articles and yelled at my compiler countless times too. Finally the error was zero width space error.
Ha! I've definitely had moments where I've yelled at my compiler for not running my code. Yesterday, I spent whole day solving one simple error, read countless articles and yelled at my compiler countless times too. Finally the error was zero width space error.
Why isn't anything getting written to the DB? I've fixed the mapping, there's no error message!
...
Oh, the
return Optional.empty();insave, right. Forgot about that one.