Skip to content

Commit

Permalink
Lines authored by sriramramani
Browse files Browse the repository at this point in the history
This commit forms part of the blame-preserving initial commit suite.
  • Loading branch information
sriramramani authored and Robert Spencer committed Mar 29, 2017
1 parent 0fe01e2 commit e8bb292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ android_resource(
],
deps = [
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ public SpecHelper(
if (javadoc != null && !javadoc.isEmpty()) {
// Javadoc returns a space at the start of every line.
String javadocContents = JAVADOC_SANITIZER.matcher(javadoc).replaceAll("");

Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ public Stages(
mClassTypeSpec = typeSpec;
mTypeVariables = typeVariables;
mEventDeclarations = eventDeclarations;
mPropJavadocs = propJavadocs;

0 comments on commit e8bb292

Please sign in to comment.