org.spincast.website.test.UserDefault Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
package org.spincast.website.test;
public class UserDefault implements User {
@Override
public String getEmail() {
return "[email protected]";
}
}