Commit 035ae2f5 authored by guus's avatar guus

Ignore my last commit. It appears that multiple inheritance is possible, if it...

Ignore my last commit. It appears that multiple inheritance is possible, if it concerns interfaces only. That's by far a better solution.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/rsm@9171 b35dd754-fafc-0310-a699-88a17e54d16e
parent 72966962
...@@ -47,7 +47,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock; ...@@ -47,7 +47,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
* *
* @author Gaston Dombiak * @author Gaston Dombiak
*/ */
public class LocalMUCRoom extends MUCRoom { public class LocalMUCRoom implements MUCRoom {
/** /**
* The server hosting the room. * The server hosting the room.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment