The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

v_1_1b6 :: make / exercise / echo /

Echo.java


package exercise.echo;

import java.rmi.Remote; 
import java.rmi.RemoteException; 

public interface Echo extends Remote {
  String reverse(String s) throws RemoteException;
}

[See repo JSON]