Skip to content

Commit

Permalink
Official logo
Browse files Browse the repository at this point in the history
  • Loading branch information
slemesle committed Nov 28, 2013
1 parent 5d7cf06 commit 8e9f9cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@
[![Build Status](https://buildhive.cloudbees.com/job/slemesle/job/selma/badge/icon)](https://buildhive.cloudbees.com/job/slemesle/job/selma/)
[![Build Status](https://travis-ci.org/slemesle/selma.png?branch=master)](https://travis-ci.org/slemesle/selma)

![S3lm4 logo](https://raw.github.com/slemesle/selma/master/resources/S3lm4.png) or ![S3lm4 logo](https://raw.github.com/slemesle/selma/master/resources/logo-v2.png)
![S3lm4 logo](https://raw.github.com/slemesle/selma/master/resources/logo-v6.png)

# What is S3lm4 ?

Expand Down
Expand Up @@ -24,7 +24,7 @@
/**
* Demonstrate Sourced beans
*/
@Mapper(withConstructorParameter = DataSource.class)
@Mapper(withSourceParameter = DataSource.class)
public interface SourcedBeanMapper {


Expand Down
Binary file added resources/logo-v6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion selma/src/main/java/fr/xebia/extras/selma/Mapper.java
Expand Up @@ -60,7 +60,7 @@
*
* @return
*/
Class<?>[] withConstructorParameter() default {};
Class<?>[] withSourceParameter() default {};


}

0 comments on commit 8e9f9cf

Please sign in to comment.