1: package com.kirkk.analyzer.jar2.service; 2: 3: public class Jar2Service { 4: public String nothing() { 5: return "Jar2Service.nothing"; 6: } 7: }