mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 01:27:52 +02:00
+ static where possible
This commit is contained in:
parent
ddcaa2865c
commit
8ca8524071
|
@ -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).
|
||||
* @see http://www.javazoom.net/services/newsletter/xmlgeneration.html
|
||||
*/
|
||||
private String buildJavascriptTag( String src ) throws URISyntaxException,
|
||||
UnsupportedOperationException
|
||||
private static String buildJavascriptTag( String src )
|
||||
throws URISyntaxException, UnsupportedOperationException
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue