Skip to content

Commit e9a2602

Browse files
committed
DATAES-2 - all code reformatted to follow Spring Data code rules
1 parent f768c16 commit e9a2602

File tree

183 files changed

+8405
-9257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+8405
-9257
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Searching entities using Elasticsearch Template
133133
Indexing a single document with Repository
134134

135135
```java
136-
@Resource
136+
@Autowired
137137
private SampleElasticsearchRepository repository;
138138

139139
String documentId = "123456";
@@ -147,7 +147,7 @@ Indexing a single document with Repository
147147
Indexing multiple Document(bulk index) using Repository
148148

149149
```java
150-
@Resource
150+
@Autowired
151151
private SampleElasticsearchRepository repository;
152152

153153
String documentId = "123456";
@@ -371,6 +371,11 @@ Here are some ways for you to get involved in the community:
371371

372372
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
373373

374+
375+
Code formatting for [Eclipse and Intellij](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide)
376+
377+
[More information about contributing to Spring Data](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.md)
378+
374379
### Contact Details
375380

376381
* Rizwan Idrees ([email protected])

0 commit comments

Comments
 (0)