Author: thamba
Date: 2006-04-19 13:59:22 +0200 (Wed, 19 Apr 2006)
New Revision: 2769

Modified:
   trunk/src/java/no/schibstedsok/front/searchportal/result/Decoder.java
Log:
using function to check other names in yip


Modified: trunk/src/java/no/schibstedsok/front/searchportal/result/Decoder.java
===================================================================
--- trunk/src/java/no/schibstedsok/front/searchportal/result/Decoder.java       
2006-04-19 10:17:59 UTC (rev 2768)
+++ trunk/src/java/no/schibstedsok/front/searchportal/result/Decoder.java       
2006-04-19 11:59:22 UTC (rev 2769)
@@ -59,6 +59,14 @@
         return s;
     }
 
+    public boolean yip_checknames(String s1, String s2) {
+
+        if (s1.equalsIgnoreCase(s2)) {
+            return true;
+        } else
+           return false;
+    }
+
     public boolean checkInfoTextLength(String s, int i) {
         try {
             s = java.net.URLDecoder.decode(s, "UTF-8");

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to