foundationdb/bindings
Andrew Noyes 7e10464fc5 Fix a few java warnings
Finally got vscode to understand the java bindings.
Adding this to .vscode/settings.json did the trick

    "java.project.referencedLibraries": [
        "fdb-build/packages/*.jar"
    ]

Where fdb-build is my cmake build dir
2020-07-23 17:28:37 +00:00
..
bindingtester Update api version to 700 2020-05-28 12:16:03 -07:00
c Remove ROW_LIMIT_UNLIMITED and BYTE_LIMIT_UNLIMITED from CLIENT_KNOBS 2020-07-04 12:48:44 -07:00
flow Merge pull request #3539 from apple/release-6.3 2020-07-21 14:05:13 -07:00
go Addressed review comments and update go bindings version. 2020-05-28 12:21:28 -07:00
java Fix a few java warnings 2020-07-23 17:28:37 +00:00
python Merge branch 'release-6.3' 2020-05-29 18:43:14 -07:00
ruby silence Ruby warnings about SPDX license name and ffi versioning 2020-06-11 13:30:29 -07:00
CMakeLists.txt Build bindingtester 2020-03-26 16:01:58 -07:00
__init__.py remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00