Skip to content

Commit fd76c33

Browse files
committed
Fix Javadoc error
1 parent 1a7a6f4 commit fd76c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractPdfView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -138,7 +138,7 @@ protected void prepareWriter(Map<String, Object> model, PdfWriter writer, HttpSe
138138
* The subclass can either have fixed preferences or retrieve
139139
* them from bean properties defined on the View.
140140
* @return an int containing the bits information against PdfWriter definitions
141-
* @see com.lowagie.text.pdf.PdfWriter#AllowPrinting
141+
* @see com.lowagie.text.pdf.PdfWriter#ALLOW_PRINTING
142142
* @see com.lowagie.text.pdf.PdfWriter#PageLayoutSinglePage
143143
*/
144144
protected int getViewerPreferences() {

0 commit comments

Comments
 (0)