Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 8, 2022
1 parent 1fba8ff commit 3610d53
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
Expand Up @@ -15,10 +15,6 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

/*
* @(#)AdminConnectionFactory.java 1.13 06/28/07
*/

package com.sun.messaging;

import java.util.Properties;
Expand Down Expand Up @@ -112,9 +108,6 @@
*/
public class AdminConnectionFactory extends com.sun.messaging.AdministeredObject {

/**
*
*/
private static final long serialVersionUID = -756915337557759956L;

/** The default basename for AdministeredObject initialization */
Expand Down
Expand Up @@ -15,10 +15,6 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

/*
* @(#)BasicConnectionFactory.java 1.8 06/28/07
*/

package com.sun.messaging;

import com.sun.messaging.jmq.jmsclient.ContainerType;
Expand All @@ -40,9 +36,6 @@
*/
public class BasicConnectionFactory extends com.sun.messaging.AdministeredObject implements jakarta.jms.ConnectionFactory {

/**
*
*/
private static final long serialVersionUID = 8164883087551643143L;

/** The default basename for AdministeredObject initialization */
Expand Down
Expand Up @@ -29,9 +29,6 @@ public final class Version {

private com.sun.messaging.jmq.Version version = null;

/**
* Constructor for this class
*/
public Version() {
version = new com.sun.messaging.jmq.Version(false /* not jar */);
}
Expand Down
Expand Up @@ -15,10 +15,6 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

/*
* @(#)Message.java 1.5 07/02/07
*/

package com.sun.messaging.jms;

/**
Expand Down

0 comments on commit 3610d53

Please sign in to comment.