Skip to content

Commit e4ca6aa

Browse files
committed
Minor fix to Profiler
1 parent b216ef6 commit e4ca6aa

File tree

1 file changed

+1
-1
lines changed
  • commons/src/main/java/com/orientechnologies/common/profiler

1 file changed

+1
-1
lines changed

commons/src/main/java/com/orientechnologies/common/profiler/OProfiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class OProfiler extends OAbstractProfiler {
3636
public OProfiler() {
3737
}
3838

39-
public OProfiler(final OProfiler profiler) {
39+
public OProfiler(final OAbstractProfiler profiler) {
4040
super(profiler);
4141
}
4242

0 commit comments

Comments
 (0)