Checkstyle fixups.
This commit is contained in:
parent
699b50725d
commit
03053502e1
|
@ -899,7 +899,7 @@ public class ActionQueue {
|
|||
return rtn;
|
||||
}
|
||||
|
||||
private static abstract class AbstractTransactionCompletionProcessQueue<T> {
|
||||
private abstract static class AbstractTransactionCompletionProcessQueue<T> {
|
||||
protected SessionImplementor session;
|
||||
// Concurrency handling required when transaction completion process is dynamically registered
|
||||
// inside event listener (HHH-7478).
|
||||
|
@ -1220,7 +1220,7 @@ public class ActionQueue {
|
|||
|
||||
}
|
||||
|
||||
private static abstract class ListProvider<T extends Executable & Comparable & Serializable> {
|
||||
private abstract static class ListProvider<T extends Executable & Comparable & Serializable> {
|
||||
abstract ExecutableList<T> get(ActionQueue instance);
|
||||
abstract ExecutableList<T> init(ActionQueue instance);
|
||||
ExecutableList<T> getOrInit( ActionQueue instance ) {
|
||||
|
|
Loading…
Reference in New Issue