BUILD FAILURE: mvn clean install on openmrs-module-web service.rest on windows after changes

Am working… on [RESTWS-813] Strings should not be compared by using == or != - OpenMRS Issues and after my changes at running mvn clean install it fails. Any assistant Hillary@CYBERSPACE MINGW64 /c/openmrsTickets/openmrs-module-webservices.rest ( - Pastebin.com @jwnasambu @sharif @herbert24

@kimote Oh sorry! did! kindly was your build successful before making changes?

@jwnasambu before changes the build was successful

@kimote Do you mind screenshot your changes. Anyways according to the ticket , when running expressions on a string use equals() in the if statement instead of == or !=

eg) query.equals(“registered”)

Hope this helps!!