Skip to content

Commit df3213e

Browse files
author
Steve Powell
committed
Eliminate JavaDoc warnings from ClientVersion generated java source.
1 parent 6fc685c commit df3213e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/rabbitmq/client/impl/ClientVersion.java.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
package com.rabbitmq.client.impl;
1818

19+
/**
20+
* Publicly available Client Version information
21+
*/
1922
public class ClientVersion {
23+
/** Full version string */
2024
public static final String VERSION = "@VERSION@";
2125
}

0 commit comments

Comments
 (0)