X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=src%2Fde%2Fj32%2Fpimstuff%2Fconduit%2FConduit.java;h=43dd73461871ecba72579def8240981846b63a04;hb=5ac05364dc652686046f01849b810da6ffef1192;hp=82963eddf89d9f35796c50863e12c733f1642599;hpb=aeb7d91db3d650d30a9191cbe84192d6b3b23df7;p=jpim.git diff --git a/src/de/j32/pimstuff/conduit/Conduit.java b/src/de/j32/pimstuff/conduit/Conduit.java index 82963ed..43dd734 100644 --- a/src/de/j32/pimstuff/conduit/Conduit.java +++ b/src/de/j32/pimstuff/conduit/Conduit.java @@ -2,6 +2,7 @@ package de.j32.pimstuff.conduit; public interface Conduit { - public Exporter exporter() throws ConduitException; - public Importer importer() throws ConduitException; + public Exporter exporter() throws ConduitException; + + public Importer importer() throws ConduitException; }