Guest User

paste

a guest
Sep 20th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for (Map.Entry entry : contentMap.entrySet()) {
  2. %>
  3. docSections["<%=entry.getKey()%>"]="<%=entry.getValue()%>";
  4.  
  5. <%
  6. }
  7.  
  8. %>
Advertisement
Add Comment
Please, Sign In to add comment