boolean isnotempty = stringutils.isnotblank(this.version); boolean lastindex = false; if(isnotempty){ lastindex = ,.equals(this.version.substring(version.length()-1)); } if(isnotempty && lastindex){ return this.version.substring(0,version.length()-1); }else{ return this.version; }
