protegeproject / swrlapi

Java API for working with the SWRL rule and SQWRL query languages
Other
99 stars 40 forks source link

Compilation error: swrlapi/src/main/java/org/swrlapi/ui/dialog/SWRLAutocompleter.java has the wrong case #1

Closed davidboden closed 10 years ago

davidboden commented 10 years ago

Should have a capital C to match the classname defined within the .java file:

SWRLAutoCompleter.java

I checked the project out on Windows 7 using the svn command line. Once I fixed c to C, the build was successful.

zippyrate commented 10 years ago

Thanks for pointing this out. Fixed.