Skip to content

Commit bc7b426

Browse files
introfogiText-CI
authored andcommitted
Remove fixed in 7.2.0_preparations branch TODOs
DEVSIX-4197 Autoported commit. Original commit hash: [5fd7c7626]
1 parent 9f513f6 commit bc7b426

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

itext/itext.layout/itext/layout/renderer/AbstractRenderer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ public virtual void DrawBackground(DrawContext drawContext) {
493493
Background background = this.GetProperty<Background>(Property.BACKGROUND);
494494
Object uncastedBackgroundImage = this.GetProperty<Object>(Property.BACKGROUND_IMAGE);
495495
IList<BackgroundImage> backgroundImagesList;
496-
// TODO DEVSIX-3814 support only List<BackgroundImage>.
497496
if (uncastedBackgroundImage is BackgroundImage) {
498497
backgroundImagesList = JavaCollectionsUtil.SingletonList((BackgroundImage)uncastedBackgroundImage);
499498
}
@@ -2396,7 +2395,6 @@ internal virtual PdfFont ResolveFirstPdfFont() {
23962395
else {
23972396
if (font is String || font is String[]) {
23982397
if (font is String) {
2399-
// TODO DEVSIX-3814 remove this if-clause before 7.2
24002398
ILog logger = LogManager.GetLogger(typeof(iText.Layout.Renderer.AbstractRenderer));
24012399
logger.Warn(iText.IO.LogMessageConstant.FONT_PROPERTY_OF_STRING_TYPE_IS_DEPRECATED_USE_STRINGS_ARRAY_INSTEAD
24022400
);

itext/itext.layout/itext/layout/renderer/TextRenderer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,6 @@ protected internal virtual bool ResolveFonts(IList<IRenderer> addTo) {
14841484
else {
14851485
if (font is String || font is String[]) {
14861486
if (font is String) {
1487-
// TODO remove this if-clause before 7.2
14881487
ILog logger = LogManager.GetLogger(typeof(AbstractRenderer));
14891488
logger.Warn(iText.IO.LogMessageConstant.FONT_PROPERTY_OF_STRING_TYPE_IS_DEPRECATED_USE_STRINGS_ARRAY_INSTEAD
14901489
);

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d647931aa9e55f67c09088e6cdb898c1b6dcb77b
1+
5fd7c7626e766ecec022cd1fc01023eb0fb774cc

0 commit comments

Comments
 (0)