Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Azure/azure-sdk-for-java into rx
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Aug 18, 2016
2 parents b7c1094 + b8004bc commit 2572366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*/
public abstract class TaskGroupBase<T, U extends TaskItem<T>>
implements TaskGroup<T, U> {
/**
* Stores the tasks in this group and their dependency information.
*/
private DAGraph<U, DAGNode<U>> dag;

/**
Expand Down
5 changes: 0 additions & 5 deletions build-tools/src/main/resources/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@
<property name="eachLine" value="true"/>
</module>

<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="message" value="Line has trailing spaces."/>
</module>

<module name="TreeWalker">
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
Expand Down

0 comments on commit 2572366

Please sign in to comment.