I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 75d7c81b authored by aum's avatar aum Committed by zzz
Browse files

Oops, forgot the DataFormatException

parent 1433e20f
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public class Destination extends DataStructureImpl {
* alternative constructor which takes a base64 string representation
* @param s a Base64 representation of the destination, as (eg) is used in hosts.txt
*/
public Destination(String s) {
public Destination(String s) throws DataFormatException {
this();
fromBase64(s);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment