Skip to content

Commit

Permalink
refactored getAppointmentsByContraints to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Apr 3, 2014
1 parent d0cb8d5 commit 5e64066
Show file tree
Hide file tree
Showing 12 changed files with 3,616 additions and 3,299 deletions.
26 changes: 13 additions & 13 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@
</dependencies>

<build>
<plugins>
<plugin>
<groupId>com.googlecode.maven-java-formatter-plugin</groupId>
<artifactId>maven-java-formatter-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<!--<plugins>-->
<!--<plugin>-->
<!--<groupId>com.googlecode.maven-java-formatter-plugin</groupId>-->
<!--<artifactId>maven-java-formatter-plugin</artifactId>-->
<!--<executions>-->
<!--<execution>-->
<!--<goals>-->
<!--<goal>format</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<!--</plugins>-->
<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down
Loading

0 comments on commit 5e64066

Please sign in to comment.