Skip to content

Commit

Permalink
added missing package-info.java classes
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Jan 6, 2010
1 parent c44a296 commit fadf6b6
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 7 deletions.
18 changes: 18 additions & 0 deletions src/main/org/hornetq/api/core/client/loadbalance/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Copyright 2009 Red Hat, Inc.
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

/**
* HornetQ client side connection load balancing policies
*/
package org.hornetq.api.core.client.loadbalance;

2 changes: 1 addition & 1 deletion src/main/org/hornetq/api/core/client/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

/**
* Core API to produce and consume messages.
* HornetQ core client messaging API to produce and consume messages.
* <br>
* This package defines the API used by HornetQ clients to produce and consume messages.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/org/hornetq/api/core/management/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

/**
* management API for HornetQ servers and its Core resources.
* Management API for HornetQ servers and its Core resources.
* <br>
* HornetQ can be managed either using JMX or by sending management messages to the
* server's special management address. Please refer to the user manual for more information.
Expand Down
20 changes: 20 additions & 0 deletions src/main/org/hornetq/api/core/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright 2009 Red Hat, Inc.
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

/**
* HornetQ core messaging API
* <br>
* This package defines the core API
*/
package org.hornetq.api.core;

2 changes: 1 addition & 1 deletion src/main/org/hornetq/api/jms/management/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

/**
* management API for HornetQ JMS resources.
* Management API for HornetQ JMS resources.
* <br>
* HornetQ JMS resources can be managed either using JMX or by sending JMS management messages to the
* server's special management address. Please refer to the user manual for more information.
Expand Down
5 changes: 1 addition & 4 deletions src/main/org/hornetq/api/jms/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
*/

/**
* Implementation of the JMS Destinations.
* <br>
* Classes in this package can be instantiated directly
* if JMS destinations are not looked up in JNDI.
* This package contains classes that relate to the HornetQ JMS implementation
*
*/
package org.hornetq.api.jms;
Expand Down

0 comments on commit fadf6b6

Please sign in to comment.