File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed
src/ru/javawebinar/basejava Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1111import java .util .List ;
1212import java .util .Map ;
1313
14+ // TODO implement Section (except OrganizationSection)
15+ // TODO Join and split ListSection by `\n`
1416public class SqlStorage implements Storage {
1517 public final SqlHelper sqlHelper ;
1618
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <web-app xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
5+ version =" 3.1" >
6+ </web-app >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Практика Java. Разработка Web приложения.</ title >
6+ </ head >
7+ < body >
8+ < h2 > Приложение вебинара < a href ="http://javawebinar.ru/basejava/ " target ="_blank "> Практика Java. Разработка Web
9+ приложения."</ a > </ h2 >
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Title</ title >
6+ </ head >
7+ < body >
8+ Test
9+ </ body >
10+ </ html >
You can’t perform that action at this time.
0 commit comments