[jOOQ/jOOQ#10210] Whitespace fix
This commit is contained in:
parent
4c6c2d5e2c
commit
8ce30181c5
@ -57,7 +57,7 @@ implements
|
||||
AlterDatabaseStep,
|
||||
AlterDatabaseFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Catalog database;
|
||||
@ -76,7 +76,7 @@ implements
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
AlterDatabaseImpl(
|
||||
Configuration configuration,
|
||||
Catalog database,
|
||||
|
||||
@ -59,7 +59,7 @@ implements
|
||||
AlterDomainRenameConstraintStep,
|
||||
AlterDomainFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Domain<T> domain;
|
||||
@ -100,7 +100,7 @@ implements
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
AlterDomainImpl(
|
||||
Configuration configuration,
|
||||
Domain domain,
|
||||
|
||||
@ -57,7 +57,7 @@ implements
|
||||
AlterSchemaStep,
|
||||
AlterSchemaFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Schema schema;
|
||||
@ -76,7 +76,7 @@ implements
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
AlterSchemaImpl(
|
||||
Configuration configuration,
|
||||
Schema schema,
|
||||
|
||||
@ -56,13 +56,13 @@ extends
|
||||
implements
|
||||
CreateDatabaseFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Catalog database;
|
||||
private final boolean createDatabaseIfNotExists;
|
||||
|
||||
|
||||
|
||||
CreateDatabaseImpl(
|
||||
Configuration configuration,
|
||||
Catalog database,
|
||||
|
||||
@ -59,7 +59,7 @@ implements
|
||||
CreateDomainConstraintStep,
|
||||
CreateDomainFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Domain<?> domain;
|
||||
@ -82,7 +82,7 @@ implements
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
CreateDomainImpl(
|
||||
Configuration configuration,
|
||||
Domain domain,
|
||||
|
||||
@ -56,13 +56,13 @@ extends
|
||||
implements
|
||||
CreateSchemaFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Schema schema;
|
||||
private final boolean createSchemaIfNotExists;
|
||||
|
||||
|
||||
|
||||
CreateSchemaImpl(
|
||||
Configuration configuration,
|
||||
Schema schema,
|
||||
|
||||
@ -57,7 +57,7 @@ implements
|
||||
CreateSequenceFlagsStep,
|
||||
CreateSequenceFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Sequence<?> sequence;
|
||||
@ -94,7 +94,7 @@ implements
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
CreateSequenceImpl(
|
||||
Configuration configuration,
|
||||
Sequence sequence,
|
||||
|
||||
@ -56,13 +56,13 @@ extends
|
||||
implements
|
||||
DropDatabaseFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Catalog database;
|
||||
private final boolean dropDatabaseIfExists;
|
||||
|
||||
|
||||
|
||||
DropDatabaseImpl(
|
||||
Configuration configuration,
|
||||
Catalog database,
|
||||
|
||||
@ -57,7 +57,7 @@ implements
|
||||
DropDomainCascadeStep,
|
||||
DropDomainFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Domain<?> domain;
|
||||
@ -76,7 +76,7 @@ implements
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
DropDomainImpl(
|
||||
Configuration configuration,
|
||||
Domain domain,
|
||||
|
||||
@ -57,7 +57,7 @@ implements
|
||||
DropSchemaStep,
|
||||
DropSchemaFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Schema schema;
|
||||
@ -76,7 +76,7 @@ implements
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
DropSchemaImpl(
|
||||
Configuration configuration,
|
||||
Schema schema,
|
||||
|
||||
@ -56,13 +56,13 @@ extends
|
||||
implements
|
||||
DropSequenceFinalStep
|
||||
{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Sequence<?> sequence;
|
||||
private final boolean dropSequenceIfExists;
|
||||
|
||||
|
||||
|
||||
DropSequenceImpl(
|
||||
Configuration configuration,
|
||||
Sequence sequence,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user