Package net.sf.collabreview.core.markup

Examples of net.sf.collabreview.core.markup.EditorMarkup


      }
      assert index != -1 : line + " not in " + artifact.getContent().substring(latest.getEnd());
      latest.setEnd(index);
      artifact.getMarkup().add(latest);
    }
    latest = new EditorMarkup(index, index + Math.max(1, line.length()), author);
  }
View Full Code Here

TOP

Related Classes of net.sf.collabreview.core.markup.EditorMarkup

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.