+ static where possible

This commit is contained in:
cbonar 2008-09-22 22:24:01 +00:00
parent ddcaa2865c
commit 8ca8524071

View file

@ -136,8 +136,8 @@ public class TestPage
* the resources to include are coming from outside, we cannot say if they're correctly formated or not). * the resources to include are coming from outside, we cannot say if they're correctly formated or not).
* @see http://www.javazoom.net/services/newsletter/xmlgeneration.html * @see http://www.javazoom.net/services/newsletter/xmlgeneration.html
*/ */
private String buildJavascriptTag( String src ) throws URISyntaxException, private static String buildJavascriptTag( String src )
UnsupportedOperationException throws URISyntaxException, UnsupportedOperationException
{ {
try try
{ {