Skip to content

Commit 9acd1f2

Browse files
committed
Javadoc fixes
1 parent 04fdf81 commit 9acd1f2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/main/java/com/atomgraph/linkeddatahub/Application.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ public class Application extends ResourceConfig
258258

259259
private static final Logger log = LoggerFactory.getLogger(Application.class);
260260

261+
/**
262+
* Path to the master XSLT stylesheet for server-side transformations.
263+
* Package stylesheets are imported into this master stylesheet.
264+
*/
261265
public static final String MASTER_STYLESHEET_PATH = "/static/xsl/layout.xsl";
262266

263267
private final ExecutorService importThreadPool;

src/main/java/com/atomgraph/linkeddatahub/server/model/impl/Dispatcher.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ public Class getAccessRequest()
173173

174174
/**
175175
* Returns content-addressed file item resource.
176-
*
176+
*
177177
* @return resource
178-
* @see com.atomgraph.linkeddatahub.apps.model.Application#UPLOADS_PATH
179178
*/
180179
@Path("uploads/{sha1sum}")
181180
public Class getFileItem()

src/main/java/com/atomgraph/server/mapper/ExceptionMapperBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public List<Variant> getVariants(Class clazz)
109109

110110
/**
111111
* Builds a list of acceptable response variants.
112-
*
113-
* @param mediaTypes
112+
*
113+
* @param mediaTypes list of media types to build variants from
114114
* @return supported variants
115115
*/
116116
public List<Variant> getVariants(List<MediaType> mediaTypes)

0 commit comments

Comments
 (0)