X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Addressbook%2Fsrc%2Forg%2Fmxchange%2Faddressbook%2Fdatabase%2Fbackend%2Fcsv%2FCsvBackend.java;h=ada432eadb191336f7ea48c33cbd6db45ffe1262;hb=2a605f8ef9955c6acc7d9dc8de26d6a362573c58;hp=525f624ac13593f81aa21dde2212e0bfc293bde3;hpb=00f3dde9db34c1c76d6e4c52aaeb40cefa3bcc8d;p=addressbook-swing.git diff --git a/Addressbook/src/org/mxchange/addressbook/database/backend/csv/CsvBackend.java b/Addressbook/src/org/mxchange/addressbook/database/backend/csv/CsvBackend.java index 525f624..ada432e 100644 --- a/Addressbook/src/org/mxchange/addressbook/database/backend/csv/CsvBackend.java +++ b/Addressbook/src/org/mxchange/addressbook/database/backend/csv/CsvBackend.java @@ -27,11 +27,12 @@ import org.mxchange.addressbook.exceptions.BadTokenException; */ public interface CsvBackend extends DatabaseBackend { - /** - * Gets an iterator for contacts - * - * @return Iterator for contacts - * @throws org.mxchange.addressbook.exceptions.BadTokenException If the CSV token is badly formulated - */ - public Iterator contactIterator () throws BadTokenException; + /** + * Gets an iterator for contacts + * + * @return Iterator for contacts + * @throws org.mxchange.addressbook.exceptions.BadTokenException If the CSV + * token is badly formulated + */ + public Iterator contactIterator () throws BadTokenException; }