Java czml-writer build error

I am getting an error on CesiumFormattingHelper.java:94 on UriHelper.create. Does this need to be updated to reflect the new(er) cs2j.jar?

Hi Ashley, what error are you getting?

It looks like the most recent changes in the CZML writer library introduced code that doesn’t compile in Java.

https://github.com/AnalyticalGraphicsInc/czml-writer/commit/cd4253271e4b36a94e9685de71c1eb5fe5d0ec9a

The compatibility layer doesn’t have the overloads that are being used in the .NET code yet. I can take a closer look tomorrow and see if we can just add the needed methods.

That's my fault. Sorry, I didn't check the translated java version
before submitting.