Kaydet (Commit) 653025e6 authored tarafından rbuj's avatar rbuj Kaydeden (comit) David Tardon

reportbuilder: fix unknown tag: noinspection (IntelliJ)

Change-Id: I97c464547068d0d17a0d4423e8462097c73624aa
Reviewed-on: https://gerrit.libreoffice.org/11243Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 908ccc22
......@@ -32,8 +32,8 @@ import org.jfree.report.flow.layoutprocessor.LayoutController;
* Todo: Document me!
*
* @since 05.03.2007
* @noinspection CloneableClassWithoutClone
*/
@SuppressWarnings({"CloneableClassWithoutClone"})
public abstract class AbstractReportElementLayoutController
extends AbstractLayoutController
{
......
......@@ -38,9 +38,9 @@ import org.jfree.report.structure.Section;
* After checking, whether this element should be printed, this layout
* controller simply delegates the dirty work to a suitable handler.
*
* @noinspection CloneableClassWithoutClone
* @since 05.03.2007
*/
@SuppressWarnings({"CloneableClassWithoutClone"})
public class FixedTextLayoutController
extends AbstractReportElementLayoutController
{
......
......@@ -46,9 +46,9 @@ import org.pentaho.reporting.libraries.base.util.ObjectUtilities;
* has a one ore more paragraphs inside. The paragraph contains a single report element, but may contain additional
* other content.
*
* @noinspection CloneableClassWithoutClone
* @since 05.03.2007
*/
@SuppressWarnings({"CloneableClassWithoutClone"})
public class TableCellLayoutController extends SectionLayoutController
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment