Skip to content

Commit c37e5a6

Browse files
authored
Merge pull request #369 from moulalis/LOGMGR-307
[LOGMGR-307] Remove the property change listeners from the LogManager
2 parents d13957b + fd5b641 commit c37e5a6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/main/java/org/jboss/logmanager/LogManager.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)