Skip to content

Commit

Permalink
fixing package of firefighters demo
Browse files Browse the repository at this point in the history
  • Loading branch information
iliasger committed May 23, 2013
1 parent 62bc7f5 commit 45728a6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import java.util.Arrays;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import java.util.Arrays;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import java.util.HashMap;
import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import java.util.Random;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import cz.cuni.mff.d3s.deeco.knowledge.Knowledge;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
package cz.cuni.mff.d3s.jdeeco.demo.firefighters;
package cz.cuni.mff.d3s.deeco.demo.firefighters;

import java.util.Set;

Expand Down

0 comments on commit 45728a6

Please sign in to comment.