Skip to content

Commit 1f9da30

Browse files
ars18wrwiText-CI
authored andcommitted
Make FlexContainer be default-accessed
DEVSIX-5169 Autoported commit. Original commit hash: [7939d2a3e]
1 parent e414356 commit 1f9da30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

itext.tests/itext.layout.tests/itext/layout/FlexContainerTest.cs renamed to itext.tests/itext.layout.tests/itext/layout/element/FlexContainerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Kernel.Colors;
2929
using iText.Kernel.Pdf;
3030
using iText.Kernel.Utils;
31+
using iText.Layout;
3132
using iText.Layout.Borders;
32-
using iText.Layout.Element;
3333
using iText.Layout.Properties;
3434
using iText.Test;
3535
using iText.Test.Attributes;
3636

37-
namespace iText.Layout {
37+
namespace iText.Layout.Element {
3838
[NUnit.Framework.TestFixtureSource("AlignItemsAndJustifyContentPropertiesTestFixtureData")]
3939
public class FlexContainerTest : ExtendedITextTest {
4040
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext

itext/itext.layout/itext/layout/element/FlexContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ source product.
4343
using iText.Layout.Renderer;
4444

4545
namespace iText.Layout.Element {
46-
public class FlexContainer : Div {
46+
internal class FlexContainer : Div {
4747
public FlexContainer()
4848
: base() {
4949
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20a73e3e8cd223bca411d62b4420115265218873
1+
7939d2a3e4ca14ffa02a31d3a9f9bf8abd365cb3

0 commit comments

Comments
 (0)