예제 #1
0
 public Changes limit(int limit) {
   changes = changes.limit(limit);
   return this;
 }