File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
src/main/java/org/jboss/logmanager Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -148,24 +148,6 @@ private void doConfigure(InputStream inputStream) {
148148 configurator .configure (LogContext .getSystemLogContext (), inputStream );
149149 }
150150
151- /**
152- * Do nothing. Properties and their listeners are not supported.
153- *
154- * @param l ignored
155- */
156- public void addPropertyChangeListener (PropertyChangeListener l ) {
157- // no operation - properties are never changed
158- }
159-
160- /**
161- * Do nothing. Properties and their listeners are not supported.
162- *
163- * @param l ignored
164- */
165- public void removePropertyChangeListener (PropertyChangeListener l ) {
166- // no operation - properties are never changed
167- }
168-
169151 /**
170152 * Does nothing.
171153 *
You can’t perform that action at this time.
0 commit comments