[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:
Graham Triggs
2010-10-20 19:58:00 +00:00
parent 5c75f58773
commit c28da30c35
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{ {

View File

@@ -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.