Skip to content

Commit

Permalink
move to the audit package
Browse files Browse the repository at this point in the history
  • Loading branch information
xloya committed Sep 4, 2024
1 parent ae1fd17 commit 5533d78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

package org.apache.gravitino.context;
package org.apache.gravitino.audit;

import com.google.common.base.Objects;
import com.google.common.base.Preconditions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

package org.apache.gravitino.enums;
package org.apache.gravitino.audit;

/** An enum class containing fileset data operations that supported. */
public enum FilesetDataOperation {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

package org.apache.gravitino.enums;
package org.apache.gravitino.audit;

/** An enum class containing internal client type that supported. */
public enum InternalClientType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

package org.apache.gravitino.context;
package org.apache.gravitino.audit;

import java.util.HashMap;
import java.util.Map;
Expand Down

0 comments on commit 5533d78

Please sign in to comment.