Skip to content

Commit

Permalink
[util] Remove deprecated classes.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 8, 2020
1 parent 6e5bda2 commit b4f7e0d
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 1,089 deletions.
Expand Up @@ -23,6 +23,7 @@ package io.sarl.core

import io.sarl.lang.core.Address
import io.sarl.lang.core.EventListener
import io.sarl.lang.core.EventSpace

/**
* Event driven interaction space where agent are free register and unregister themselves.
Expand All @@ -33,7 +34,7 @@ import io.sarl.lang.core.EventListener
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
*/
interface OpenEventSpace extends io.sarl.util.OpenEventSpace {
interface OpenEventSpace extends EventSpace {

/**
* Registers the entity inside this space.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b4f7e0d

Please sign in to comment.