Skip to content

Commit

Permalink
ForwardingCapacityStrategy moved to capacity package from minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
igorakkerman committed Feb 11, 2015
1 parent d3ce30f commit 97cdc46
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@
* limitations under the License.
*/

package org.jlib.container.storage.capacity.minimal;
package org.jlib.container.storage.capacity;

import org.jlib.container.storage.capacity.CapacityStrategy;
import org.jlib.container.storage.capacity.HeadCapacityStrategy;
import org.jlib.container.storage.capacity.InitialCapacityStrategy;
import org.jlib.container.storage.capacity.InvalidCapacityException;
import org.jlib.container.storage.capacity.SplitCapacityStrategy;
import org.jlib.container.storage.capacity.TailCapacityStrategy;
import org.jlib.container.storage.InvalidIndexException;

public class ForwardingCapacityStrategy
Expand Down

0 comments on commit 97cdc46

Please sign in to comment.