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 interface
DiffSummaryLoader.Factory
-
-
-
Method Detail
-
call
public DiffSummary call() throws Exception
- Specified by:
call
in interfaceCallable<DiffSummary>
- Throws:
Exception
-
-