]> gerrit.simantics Code Review - simantics/platform.git/blob - pdf/PDFTableRow.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / pdf / PDFTableRow.java
1 package org.simantics.document.linking.report.pdf;
2
3 import org.simantics.document.linking.report.TableRow;
4
5 public class PDFTableRow implements TableRow, PDFElement{
6         
7         @Override
8         public PDFPage getPage() {
9                 return null;
10         }
11
12 }