Skip to content

Commit

Permalink
Added a simple package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Briggs committed Jan 5, 2012
1 parent 250d5fc commit 22332f2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* Contains the interfaces and implementation for a bin packing solution for java clients.
* For concrete implementation of the bin packer, see both {@link FirstFitBinPacker} and {@link VetoableBlockBinPacker}.
*/
package com.acidblue.collections.binpack;

0 comments on commit 22332f2

Please sign in to comment.