mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
9 lines
168 B
Java
9 lines
168 B
Java
package com.commafeed;
|
|
|
|
import lombok.experimental.UtilityClass;
|
|
|
|
@UtilityClass
|
|
public class CommaFeedConstants {
|
|
public static final String USERNAME_DEMO = "demo";
|
|
}
|