diff --git a/core/src/main/java/hudson/model/package.html b/core/src/main/java/hudson/model/package.html index 640b328a391dfaf338c5b4e9ffd7dae8d679b5bb..73e34b62da6534d444ef2ca712f87b093383550b 100644 --- a/core/src/main/java/hudson/model/package.html +++ b/core/src/main/java/hudson/model/package.html @@ -23,5 +23,5 @@ THE SOFTWARE. --> -Core object model that are bound to URLs via stapler, rooted at Hudson. +Core object model that are bound to URLs via stapler, rooted at Hudson. \ No newline at end of file diff --git a/core/src/main/java/hudson/scm/package.html b/core/src/main/java/hudson/scm/package.html index 610f57991d9931e3ee1ea5e658fafa90b5d076ca..d2a0046c665ff9e2217f5ec12e5023989df06616 100644 --- a/core/src/main/java/hudson/scm/package.html +++ b/core/src/main/java/hudson/scm/package.html @@ -23,5 +23,5 @@ THE SOFTWARE. --> -Hudson's interface with source code management systems. Start with SCM +Hudson's interface with source code management systems. Start with SCM \ No newline at end of file diff --git a/core/src/main/java/hudson/tasks/package.html b/core/src/main/java/hudson/tasks/package.html index 9a85792fab9ecd3e347cf3c850ac37bb8e42ccc2..3ecc377e257b81333f1027a871b92d26d27adca9 100644 --- a/core/src/main/java/hudson/tasks/package.html +++ b/core/src/main/java/hudson/tasks/package.html @@ -23,6 +23,6 @@ THE SOFTWARE. --> -Built-in Builders and Publishers +Built-in Builders and Publishers that perform the actual heavy-lifting of a build. - \ No newline at end of file + diff --git a/core/src/main/java/hudson/triggers/package.html b/core/src/main/java/hudson/triggers/package.html index 61cb24e2f8c9e33741387c93eec0dc8471891c38..dd0f97ed8b139052e9766ec36ef5102be207faa3 100644 --- a/core/src/main/java/hudson/triggers/package.html +++ b/core/src/main/java/hudson/triggers/package.html @@ -23,5 +23,5 @@ THE SOFTWARE. --> -Built-in Triggers that run periodically to kick a new build. +Built-in Triggers that run periodically to kick a new build. \ No newline at end of file diff --git a/core/src/main/java/hudson/util/spring/package.html b/core/src/main/java/hudson/util/spring/package.html index ef210c114e8f4808a4d41910dc1bad25939b9a6b..fec56708535de67dfa7df2c39f76d320252ff68c 100644 --- a/core/src/main/java/hudson/util/spring/package.html +++ b/core/src/main/java/hudson/util/spring/package.html @@ -32,10 +32,10 @@ but modifications are made since then to make the syntax more consistent.

Changes to the original code

Our version has support for getting rid of surrounding "bb.beans { ... }" if the script - is parsed via the BeanBuilder.parse() method. + is parsed via the BeanBuilder.parse() method.

- Anonymous bean definition syntax is changed to bean(CLASS) {...} from - {CLASS _ -> ...} to increase consistency with named bean definition. + Anonymous bean definition syntax is changed to bean(CLASS) {...} from + {CLASS _ -> ...} to increase consistency with named bean definition.

\ No newline at end of file