Skip to content

Commit

Permalink
payara#4098 Fixed code consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sgflt committed Jan 21, 2021
1 parent 5c1fd88 commit 99ed6c8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ private ExtendedDeploymentContext subContext(final Application application, fina
private static class EarDeployerDeploymentContextImpl extends DeploymentContextImpl {
private final DeploymentContext context;
private final String moduleUri;
private ReadableArchive subArchive;
private ArchiveFactory archiveFactory;
private Application application;
private final ReadableArchive subArchive;
private final ArchiveFactory archiveFactory;
private final Application application;

public EarDeployerDeploymentContextImpl(
final ActionReport subReport,
Expand Down

0 comments on commit 99ed6c8

Please sign in to comment.