Skip to content

Commit

Permalink
Update CountryDaoImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dashorst committed Nov 11, 2013
1 parent 3c4e09c commit ce600ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/services/CountryDaoImpl.java
@@ -1,10 +1,10 @@
package org.apache.wicket.training.cheesr.services;
package nl.topicus.cheesr.services;

import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

import org.apache.wicket.training.cheesr.domain.Country;
import nl.topicus.cheesr.domain.Country;

public class CountryDaoImpl implements CountryDao {
private static List<Country> countries = new ArrayList<Country>();
Expand Down

0 comments on commit ce600ad

Please sign in to comment.