moving the files that are from redhat code, into their own namespace
This commit is contained in:
parent
5162210602
commit
e1677f54b9
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
* in this software or its documentation.
|
||||
*/
|
||||
|
||||
package com.hashbangbash.trie;
|
||||
package com.redhat.trie;
|
||||
|
||||
public class HuffNode {
|
||||
private long id = 0;
|
|
@ -13,7 +13,7 @@
|
|||
* in this software or its documentation.
|
||||
*/
|
||||
|
||||
package com.hashbangbash.trie;
|
||||
package com.redhat.trie;
|
||||
|
||||
/*
|
||||
* for nodes like the HuffNode, that need
|
|
@ -13,7 +13,7 @@
|
|||
* in this software or its documentation.
|
||||
*/
|
||||
|
||||
package com.hashbangbash.trie;
|
||||
package com.redhat.trie;
|
||||
|
||||
public class NodePair {
|
||||
private String name;
|
|
@ -13,7 +13,7 @@
|
|||
* in this software or its documentation.
|
||||
*/
|
||||
|
||||
package com.hashbangbash.trie;
|
||||
package com.redhat.trie;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
Loading…
Reference in a new issue