Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Jul 31, 2015
1 parent b79bf1d commit 08023a7
Show file tree
Hide file tree
Showing 23 changed files with 1,800 additions and 174 deletions.
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.spark.unsafe.bitset;
package org.apache.spark.util.collection.unsafe.map;

import org.apache.spark.unsafe.array.LongArray;
import org.apache.spark.unsafe.memory.MemoryBlock;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.spark.unsafe.bitset;
package org.apache.spark.util.collection.unsafe.map;

import org.apache.spark.unsafe.PlatformDependent;

Expand Down

0 comments on commit 08023a7

Please sign in to comment.