Learn How to Create Your Own Programming Language createyourproglang.com
Is there a way to make this type safe and make the unchecked conversion warning go away. Thanks
List<String> content = resource.getContent(ArrayList.class);
No refactoring yet !
Name
Email
Website
Comment
Format Copy from initial code Code
Is there a way to make this type safe and make the unchecked conversion warning go away.
Thanks