File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
--define-class-expr (AWS\.util\.)?inherit
18
18
--update-class-expr (AWS\.util\.)?update
19
19
--mixin-module-expr (AWS\.util\.)?mixin
20
- --tag abstract_class :"Abstract Class"
21
- --tag abstract_method :"Abstract Method"
20
+ --tag class_abstract :"Abstract Class"
21
+ --tag method_abstract :"Abstract Method"
22
22
lib/core.js
23
23
lib/**/*.js
24
24
-
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var clientCount = 0;
8
8
/**
9
9
* The service class representing an AWS service.
10
10
*
11
- * @abstract_class This class is an abstract class.
11
+ * @class_abstract This class is an abstract class.
12
12
*
13
13
* @!attribute apiVersions
14
14
* @return [Array<String>] the list of API versions supported by this service.
@@ -428,7 +428,7 @@ AWS.Service = inherit({
428
428
* Override this method to setup any custom request listeners for each
429
429
* new request to the service.
430
430
*
431
- * @abstract_method This is an abstract method.
431
+ * @method_abstract This is an abstract method.
432
432
*/
433
433
setupRequestListeners : function setupRequestListeners ( request ) {
434
434
} ,
You can’t perform that action at this time.
0 commit comments