Skip to content

Commit

Permalink
Make the package net.openhft.chronicle.queue
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Jan 30, 2015
1 parent 1ee73d8 commit 3448daf
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions chronicle-queue/pom.xml
Expand Up @@ -50,6 +50,16 @@
<artifactId>lang</artifactId>
<version>6.5</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-wire</artifactId>
<version>1.0.0a-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-network</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>affinity</artifactId>
Expand All @@ -65,6 +75,16 @@
<artifactId>lang</artifactId>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-network</artifactId>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-wire</artifactId>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>affinity</artifactId>
Expand Down
@@ -1,4 +1,4 @@
package net.chronicle.queue;
package net.openhft.chronicle.queue;

import net.openhft.lang.model.constraints.NotNull;

Expand Down
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package net.chronicle.queue;
package net.openhft.chronicle.queue;

import net.openhft.chronicle.wire.WireOut;
import net.openhft.lang.model.constraints.NotNull;
Expand Down
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package net.chronicle.queue;
package net.openhft.chronicle.queue;

import net.openhft.chronicle.wire.WireOut;

Expand Down
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package net.chronicle.queue;
package net.openhft.chronicle.queue;

/**
* @author peter.lawrey
Expand Down
@@ -1,4 +1,4 @@
package net.chronicle.queue;
package net.openhft.chronicle.queue;

/**
* For a binary search, provide a comparison of Excerpts
Expand Down
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package net.chronicle.queue;
package net.openhft.chronicle.queue;

import net.openhft.chronicle.wire.WireIn;
import net.openhft.lang.model.constraints.NotNull;
Expand Down
@@ -1,4 +1,4 @@
package net.chronicle.queue;
package net.openhft.chronicle.queue;

import net.openhft.lang.model.constraints.NotNull;

Expand Down

0 comments on commit 3448daf

Please sign in to comment.