spring-attic / spring-sync

Enables efficient communication and data synchronization between clients and Spring server applications.
Apache License 2.0
107 stars 44 forks source link

Avoid NullPointerException on opType equals #22

Open yoannfleurydev opened 7 years ago

yoannfleurydev commented 7 years ago

Put the equals on String to avoid NullPointerException and to get the PatchException message that explains a little better the issue.