You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the project in Eclipse as per the tutorial given in http://wiki.cinchapi.com/display/OSS/Concourse+Developer+Setup#app-switcher I am getting an error in the Strings.java file present in the com.cinchapi.concourse.util package of concourse-driver-java.
The issue is in the replaceUnicodeConfusables(String string) method. The issue appears in this line
"case 'ʺ':" and states that "invalid character constant".
The text was updated successfully, but these errors were encountered:
While running the project in Eclipse as per the tutorial given in http://wiki.cinchapi.com/display/OSS/Concourse+Developer+Setup#app-switcher I am getting an error in the Strings.java file present in the com.cinchapi.concourse.util package of concourse-driver-java.
The issue is in the replaceUnicodeConfusables(String string) method. The issue appears in this line
"case 'ʺ':" and states that "invalid character constant".
The text was updated successfully, but these errors were encountered: