blob: 16fcb1a14acca51716a392d75f2e392924ebb904 [file] [log] [blame]
package org.apache.myfaces.javaloader.test;
public class TestClass2 {
public static String hello2 = "hello world from testClass2 ";
}