Project

General

Profile

« Previous | Next » 

Revision 63143

Typo in new client log

View differences:

modules/uoa-search/branches/uoa-search-pre-3.9.4/pom.xml
9 9
	<groupId>eu.dnetlib</groupId>
10 10
	<artifactId>uoa-search</artifactId>
11 11
	<packaging>jar</packaging>
12
	<version>3.13.3-SNAPSHOT</version>
12
	<version>3.13.2-SNAPSHOT</version>
13 13
	<scm>
14 14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-search/branches/uoa-search-pre-3.9.4</developerConnection> 
15 15
        </scm>
modules/uoa-search/branches/uoa-search-pre-3.9.4/src/main/java/eu/dnetlib/data/search/solr/SolrResultSetFactory.java
53 53

  
54 54

  
55 55
    public ResultSet<String> createResultSetWithoutSocketTimeout(EPR epr) throws IOException, CQLParseException, SearchServiceException {
56
        logger.info("Get RS with solrClientWithSocketTimeout for EPR: " + epr);
56
        logger.info("Get RS with solrClient WithoutSocketTimeout for EPR: " + epr);
57 57
        return new SolrResultSet(epr, solrClient, prometheusMeterRegistry);
58 58

  
59 59
    }

Also available in: Unified diff