protected String getComment()

in src/main/org/apache/ant/vss/MSVSS.java [414:416]


    protected String getComment() {
        return comment != null ? FLAG_COMMENT + comment : FLAG_COMMENT + "-";
    }