mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 16:10:07 +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).
|
* 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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue