Skip to content

Commit

Permalink
REVIEW COMMENT FIXES
Browse files Browse the repository at this point in the history
- Fix up punctuation on a comment
  • Loading branch information
Katelyn Baker committed Jul 28, 2017
1 parent 337ccd4 commit 054c233
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ class ClassCarpenter {
+ "with 'get': ${itf.name}.${it.name}")
}

// if we're trying to carpent a class that prior to serialisation / deserialisation
// If we're trying to carpent a class that prior to serialisation / deserialisation
// was made by a carpenter then we can ignore this (it will implement a plain get
// method from SimpleFieldAccess)
// method from SimpleFieldAccess).
if (fieldNameFromItf.isEmpty() && SimpleFieldAccess::class.java in schema.interfaces) return@forEach

if ((schema is ClassSchema) and (fieldNameFromItf !in allFields))
Expand Down

0 comments on commit 054c233

Please sign in to comment.