Compare commits
2 Commits
master
...
xservices-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4e48728ef | ||
|
|
ac16f6ce0b |
@ -176,6 +176,12 @@ public class BrutexHSQLQuartzConnectionProvider implements ConnectionProvider {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void initialize() throws SQLException {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -176,6 +176,12 @@ public class BrutexQuartzConnectionProvider implements ConnectionProvider {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void initialize() throws SQLException {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user