bndtools.model.repo.LoadingContentElement Maven / Gradle / Ivy
The newest version!
package bndtools.model.repo;
public class LoadingContentElement {
public static final String MSG = "Loading content...";
@Override
public String toString() {
return MSG;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy