Browse Source

Fix Javadoc error

pull/33048/head
rstoyanchev 2 years ago
parent
commit
fd76c33589
  1. 4
      spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractPdfView.java

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

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2018 the original author or authors. * Copyright 2002-2024 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -138,7 +138,7 @@ public abstract class AbstractPdfView extends AbstractView {
* The subclass can either have fixed preferences or retrieve * The subclass can either have fixed preferences or retrieve
* them from bean properties defined on the View. * them from bean properties defined on the View.
* @return an int containing the bits information against PdfWriter definitions * @return an int containing the bits information against PdfWriter definitions
* @see com.lowagie.text.pdf.PdfWriter#AllowPrinting * @see com.lowagie.text.pdf.PdfWriter#ALLOW_PRINTING
* @see com.lowagie.text.pdf.PdfWriter#PageLayoutSinglePage * @see com.lowagie.text.pdf.PdfWriter#PageLayoutSinglePage
*/ */
protected int getViewerPreferences() { protected int getViewerPreferences() {

Loading…
Cancel
Save