Adds methods handling 'filter' and 'limit' expressions
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / utils / Utils.java
index 4b09747..5b8a696 100644 (file)
@@ -1,5 +1,8 @@
 package com.indexdata.mkjsf.utils;\r
 \r
+import javax.enterprise.context.ApplicationScoped;\r
+import javax.inject.Named;\r
+\r
 public class Utils {\r
   \r
   public static String nl = System.getProperty("line.separator");  \r
@@ -21,4 +24,5 @@ public class Utils {
       return objectId(objName);\r
     }\r
   }\r
+  \r
 }\r