Skip to content

Commit

Permalink
Avoid using deprecated @SolrDocument#solrCoreName
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Apr 3, 2019
1 parent 52e635b commit 03a5bb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2017 the original author or authors.
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
/**
* @author Christoph Strobl
*/
@SolrDocument(solrCoreName = "collection1")
@SolrDocument(collection = "collection1")
public class City {

@Id
Expand Down

0 comments on commit 03a5bb7

Please sign in to comment.