Package org.b3log.solo.repository

Examples of org.b3log.solo.repository.StatisticRepository


     *
     * @throws Exception exception
     */
    @Test
    public void test() throws Exception {
        final StatisticRepository statisticRepository =
                getStatisticRepository();
    }
View Full Code Here


     *
     * @throws Exception exception
     */
    @Test
    public void test() throws Exception {
        final StatisticRepository statisticRepository =
                getStatisticRepository();
    }
View Full Code Here

TOP

Related Classes of org.b3log.solo.repository.StatisticRepository

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.