diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 15:45:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 15:45:11 +0000 |
| commit | da1e3f2b0cd5a45f7ecc7e49873fd1f10cbb43c1 (patch) | |
| tree | a2f3e5371670c70281658f3dabf58602f19954d0 /sources/protocols/VSRegisteredProtocols.java | |
| parent | 56e2329351a73e35b36b46190660133368c593fc (diff) | |
sim.message.own.recv option added.
Diffstat (limited to 'sources/protocols/VSRegisteredProtocols.java')
| -rw-r--r-- | sources/protocols/VSRegisteredProtocols.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/VSRegisteredProtocols.java b/sources/protocols/VSRegisteredProtocols.java index 5153a07..c152a59 100644 --- a/sources/protocols/VSRegisteredProtocols.java +++ b/sources/protocols/VSRegisteredProtocols.java @@ -51,7 +51,7 @@ public final class VSRegisteredProtocols { if (protocolObj instanceof VSProtocol) { VSProtocol protocol = (VSProtocol) protocolObj; protocol.init(process); - return protocol; + return protocol; } return null; |
