Skip to content

Commit

Permalink
fix merge, apache#4150
Browse files Browse the repository at this point in the history
  • Loading branch information
hansva committed Jul 31, 2024
1 parent 3fb73cc commit 9f52397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
image = "ui/images/server.svg",
documentationUrl = "/metadata-types/hop-server.html")
public class HopServerMeta extends HopMetadataBase implements Cloneable, IXml, IHopMetadata {
private static final Class<?> PKG = HopServer.class;
private static final Class<?> PKG = HopServerMeta.class;
public static final String STRING_HOP_SERVER = "Hop Server";
private static final Random RANDOM = new Random();
public static final String XML_TAG = "hop-server";
Expand Down

0 comments on commit 9f52397

Please sign in to comment.