]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/java/src/main/java/org/rocksdb/SanityLevel.java
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / java / src / main / java / org / rocksdb / SanityLevel.java
index 775611c074e8db8d4446ffb351591d8eb2eb7d51..30568c36337752269b7e55f6e86d8576ef1acf63 100644 (file)
@@ -1,3 +1,9 @@
+//  Copyright (c) Meta Platforms, Inc. and affiliates.
+//
+//  This source code is licensed under both the GPLv2 (found in the
+//  COPYING file in the root directory) and Apache 2.0 License
+//  (found in the LICENSE.Apache file in the root directory).
+
 package org.rocksdb;
 
 public enum SanityLevel {
@@ -16,8 +22,7 @@ public enum SanityLevel {
    *
    * @return the internal representation value.
    */
-  // TODO(AR) should be made package-private
-  public byte getValue() {
+  byte getValue() {
     return value;
   }