Package com.google.gerrit.server.patch
Class DiffSummaryLoader
- java.lang.Object
 - 
- com.google.gerrit.server.patch.DiffSummaryLoader
 
 
- 
- All Implemented Interfaces:
 Callable<DiffSummary>
public class DiffSummaryLoader extends Object implements Callable<DiffSummary>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDiffSummaryLoader.Factory 
 - 
 
- 
- 
Method Detail
- 
call
public DiffSummary call() throws Exception
- Specified by:
 callin interfaceCallable<DiffSummary>- Throws:
 Exception
 
 - 
 
 -