Skip to content
Snippets Groups Projects
Commit 75b95d50 authored by Angel Misevski's avatar Angel Misevski Committed by Ilya Buziuk
Browse files

fixup: formatting


Signed-off-by: default avatarAngel Misevski <amisevsk@redhat.com>
parent 23f4d59f
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,9 @@ public abstract class BrokerEnvironmentFactory<E extends KubernetesEnvironment>
}
/**
* Generate a container name from an image reference. Since full image references can
* be over 63 characters, we need to strip registry and organization from the image
* reference to limit name length.
* Generate a container name from an image reference. Since full image references can be over 63
* characters, we need to strip registry and organization from the image reference to limit name
* length.
*/
@VisibleForTesting
protected String generateContainerNameFromImageRef(String image) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment