Package com.atlauncher.reporter

Examples of com.atlauncher.reporter.GithubIssue


import org.junit.Test;

public final class TestGithubIssue{
    @Test
    public void test(){
        GithubIssue issue = new GithubIssue("Test", "Test");
        System.out.println(issue);
    }
View Full Code Here

TOP

Related Classes of com.atlauncher.reporter.GithubIssue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.