We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b04680 commit 87f8312Copy full SHA for 87f8312
1 file changed
lucene/src/main/java/com/orientechnologies/lucene/OLuceneIndexFactory.java
@@ -108,19 +108,13 @@ public PRIORITY getPriority() {
108
}
109
110
@Override
111
- public void onCreate(ODatabaseInternal db) {
112
- OLogManager.instance().debug(this, "onCreate");
113
- }
+ public void onCreate(ODatabaseInternal db) {}
114
115
116
- public void onOpen(ODatabaseInternal db) {
117
- OLogManager.instance().debug(this, "onOpen");
118
+ public void onOpen(ODatabaseInternal db) {}
119
120
121
- public void onClose(ODatabaseInternal db) {
122
- OLogManager.instance().debug(this, "onClose");
123
+ public void onClose(ODatabaseInternal db) {}
124
125
126
public void onDrop(final ODatabaseInternal db) {
0 commit comments