File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
src/main/java/com/atomgraph Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments