File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
itext.tests/itext.layout.tests/itext/layout/element
itext/itext.layout/itext/layout/element Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ You should have received a copy of the GNU Affero General Public License
28
28
using iText . Kernel . Colors ;
29
29
using iText . Kernel . Pdf ;
30
30
using iText . Kernel . Utils ;
31
+ using iText . Layout ;
31
32
using iText . Layout . Borders ;
32
- using iText . Layout . Element ;
33
33
using iText . Layout . Properties ;
34
34
using iText . Test ;
35
35
using iText . Test . Attributes ;
36
36
37
- namespace iText . Layout {
37
+ namespace iText . Layout . Element {
38
38
[ NUnit . Framework . TestFixtureSource ( "AlignItemsAndJustifyContentPropertiesTestFixtureData" ) ]
39
39
public class FlexContainerTest : ExtendedITextTest {
40
40
public static readonly String sourceFolder = iText . Test . TestUtil . GetParentProjectDirectory ( NUnit . Framework . TestContext
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ source product.
43
43
using iText . Layout . Renderer ;
44
44
45
45
namespace iText . Layout . Element {
46
- public class FlexContainer : Div {
46
+ internal class FlexContainer : Div {
47
47
public FlexContainer ( )
48
48
: base ( ) {
49
49
}
Original file line number Diff line number Diff line change 1
- 20a73e3e8cd223bca411d62b4420115265218873
1
+ 7939d2a3e4ca14ffa02a31d3a9f9bf8abd365cb3
You can’t perform that action at this time.
0 commit comments