Skip to content

Commit

Permalink
Attempt to fix compilation error with new read listeners (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian authored Jul 18, 2023
1 parent aac7596 commit b99bd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package com.arcadedb.event;

import com.arcadedb.database.*;
import com.arcadedb.database.Record;

/**
* Listener to receive events after a record (documents, vertices and edges) is read from the page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package com.arcadedb.event;

import com.arcadedb.database.*;
import com.arcadedb.database.RID;

/**
* Listener to receive events before reading records (documents, vertices and edges).
Expand Down

0 comments on commit b99bd07

Please sign in to comment.