Revision 2985 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/languages/AbstractGeneralLanguage.java

View differences:

AbstractGeneralLanguage.java
65 65
     */
66 66
    public Iterator parseValues(String line, String titleKeys) {
67 67
        Vector values = new Vector();
68

  
68
            
69 69
        if (titleKeys.equals("E")) {
70 70
            values.add(line);
71 71

  
......
104 104
     * Or or And
105 105
     */
106 106
    public String getOperator(String titleKeys) {
107
        if (titleKeys.equals("Y")) {
107
         if (titleKeys.equals("Y")) {
108 108
            return "Or";
109 109
        } else {
110 110
            return "And";

Also available in: Unified diff