diff options
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index b9546ee9..ef10ad41 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -1,5 +1,5 @@ <!-- - Copyright (C) 2010 The Project Lombok Authors. + Copyright (C) 2010-2014 The Project Lombok Authors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -146,10 +146,10 @@ such as converting the changelog into HTML, and creating javadoc. <param name="transformationName" value="Value" /> </antcall> <antcall target="-integrateSnippet"> - <param name="transformationName" value="Delegate" /> + <param name="transformationName" value="NonNull" /> </antcall> <antcall target="-integrateSnippet"> - <param name="transformationName" value="NonNull" /> + <param name="transformationName" value="experimental/Delegate" /> </antcall> <antcall target="-integrateSnippet"> <param name="transformationName" value="experimental/Builder" /> |