Skip to content

Commit

Permalink
support incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDengg committed Feb 28, 2019
1 parent b778969 commit 2e61c94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class InterfaceBuoyTransform extends Transform {

@Override
boolean isIncremental() {
return false
return true
}

@Override
Expand Down

0 comments on commit 2e61c94

Please sign in to comment.