You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/11/08 11:11:59 UTC

[myfaces-tobago] 01/02: feat(selectMany): cleanup readonly

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch t5_selectMany
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 0adeca2088988b445a63e552a34aa8cade89d4e7
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 8 10:42:59 2022 +0100

    feat(selectMany): cleanup readonly
    
    isReadonly method can be removed. It exists in AbstractUISelectMany
    
    Issue: TOBAGO-2159
---
 .../apache/myfaces/tobago/internal/component/AbstractUISelectMany.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectMany.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectMany.java
index 061f571e38..712c995c4f 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectMany.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISelectMany.java
@@ -59,8 +59,6 @@ public abstract class AbstractUISelectMany extends AbstractUISelectManyBase
 
   public abstract boolean isDisabled();
 
-  public abstract boolean isReadonly();
-
   public abstract boolean isInline();
 
   public boolean isError() {