Project

General

Profile

« Previous | Next » 

Revision 44643

code cleaning

View differences:

RequestResponseHandler.java
1 1
package eu.dnetlib.data.search.web.utils;
2 2

  
3
import eu.dnetlib.data.search.web.api.CQLQueryGeneration;
4

  
5
import java.util.Map;
6

  
7 3
/**
8 4
 * Created by kiatrop on 19/9/2016.
9 5
 */
......
82 78

  
83 79
        }
84 80

  
85
        public Map<String, String> geIndexParameterMap() {
81
        /*public Map<String, String> geIndexParameterMap() {
86 82
            switch (this) {
87 83
                case PUBLICATION:
88 84
                    return CQLQueryGeneration.resultIndexParameterMap;
......
139 135
                default:
140 136
                    throw new IllegalArgumentException();
141 137
            }
142
        }
138
        }*/
143 139
    }
144 140

  
145 141
    public final static String PUBLICATION_PREFIX = "(oaftype exact result) and (resulttypeid exact publication)";

Also available in: Unified diff