Skip to content

Commit

Permalink
Update MRecord.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 16, 2023
1 parent 3f07d4c commit 3f33219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public static MRecord fromString(String uri) {
public String toString() {
return String.format("%s@%s", name, domain);
}
}
}

0 comments on commit 3f33219

Please sign in to comment.