Skip to content

Commit

Permalink
CB-4389. Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSinelnikov committed Jan 23, 2024
1 parent b43f639 commit 4c3f481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private void migrateConfiguration(
smReverseProxyProviderConfiguration.setProvider(RPAuthProvider.AUTH_PROVIDER);
smReverseProxyProviderConfiguration.setDisplayName("Reverse Proxy");
smReverseProxyProviderConfiguration.setDescription(
"Automatically created provider after changing Reverse Proxy configuration way in 23.3.3 version"
"Automatically created provider after changing Reverse Proxy configuration way in 23.3.4 version"
);
smReverseProxyProviderConfiguration .setIconURL("");

Check warning on line 74 in server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/ReverseProxyConfigurator.java

View check run for this annotation

Jenkins-CI-integration / CheckStyle Java Report

server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/ReverseProxyConfigurator.java#L74

. is preceded with whitespace.
Map<String, Object> parameters = new HashMap<>();
Expand Down

0 comments on commit 4c3f481

Please sign in to comment.