mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
[DS-707] Make final fields static
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5495 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -122,7 +122,7 @@ public class XPDF2Thumbnail extends MediaFilter
|
|||||||
private int maxwidth = 0;
|
private int maxwidth = 0;
|
||||||
|
|
||||||
// backup default for size, on the large side.
|
// backup default for size, on the large side.
|
||||||
final private int DEFAULT_MAXWIDTH = 500;
|
private static final int DEFAULT_MAXWIDTH = 500;
|
||||||
|
|
||||||
public String getFilteredName(String oldFilename)
|
public String getFilteredName(String oldFilename)
|
||||||
{
|
{
|
||||||
|
@@ -96,7 +96,7 @@ public class XHTMLHeadDisseminationCrosswalk extends SelfNamedPlugin implements
|
|||||||
+ "crosswalks"
|
+ "crosswalks"
|
||||||
+ File.separator + "xhtml-head-item.properties";
|
+ File.separator + "xhtml-head-item.properties";
|
||||||
|
|
||||||
private final String XHTML_NAMESPACE = "http://www.w3.org/1999/xhtml";
|
private final static String XHTML_NAMESPACE = "http://www.w3.org/1999/xhtml";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maps DSpace metadata field to name to use in XHTML head element, e.g.
|
* Maps DSpace metadata field to name to use in XHTML head element, e.g.
|
||||||
|
Reference in New Issue
Block a user