Changeset 21:2f50f9e10a27
- Timestamp:
- 07/06/11 18:54:41 (13 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
drobnosti
- Location:
- šablona
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r18
|
r21
|
|
13 | 13 | <xsl:param name="výstupníPřípona" select="'.xhtml'"/> |
14 | 14 | |
15 | | <xsl:template match="/"> |
| 15 | <xsl:template match="/"> |
16 | 16 | |
17 | 17 | <feed> |
-
r6
|
r21
|
|
7 | 7 | |
8 | 8 | public class Funkce { |
9 | | public static Date posledníZměna(String soubor) throws URISyntaxException { |
10 | | return new Date(new File(new URI(soubor)).lastModified()); |
11 | | } |
| 9 | public static Date posledníZměna(String soubor) throws URISyntaxException { |
| 10 | return new Date(new File(new URI(soubor)).lastModified()); |
| 11 | } |
12 | 12 | } |
13 | 13 | |