From da836c39bccfd126fd4d01fb0a92c326aba9ac35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 26 May 2008 21:22:10 +0200 Subject: [PATCH] fix javadoc --- src/net/pterodactylus/jsite/project/Entry.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/net/pterodactylus/jsite/project/Entry.java b/src/net/pterodactylus/jsite/project/Entry.java index 6164914..09d9f39 100644 --- a/src/net/pterodactylus/jsite/project/Entry.java +++ b/src/net/pterodactylus/jsite/project/Entry.java @@ -19,9 +19,11 @@ package net.pterodactylus.jsite.project; +import java.io.File; + /** - * A file is an entry in a directory. Its name can contain multiple components - * (separated by a slash, ‘/’). + * A file is an entry in a directory. Its name can contain multiple components, + * separated by the platform’s {@link File#separatorChar}. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ @@ -29,8 +31,8 @@ public interface Entry { /** * Returns the name of the file. The name can contain multiple path - * components, separated by a slash (‘/’). It will never start with a slash, - * though. + * components, separated by the platform’s {@link File#separatorChar}. It + * will never start with a separator, though. * * @return The name of the file */ -- 2.7.4