Mercurial > hg > ismi-richfaces
view src/main/java/Borrar.java @ 93:27bf167d09f1
add listener for ServiceRegistry to run Spring bean shutdown hook.
| author | casties |
|---|---|
| date | Mon, 17 Oct 2016 19:52:28 +0200 |
| parents | 2e911857a759 |
| children |
line wrap: on
line source
public class Borrar { public static void main(String[] args) { String s = new String("CODEX:distinguishing_features&CODEX¬es_on_ownership&CODEX:notes"); String[] array = s.split("&"); System.out.println(array.length); } }
