Skip to content

Commit

Permalink
JENKINS-8658 cleanup. Inner class can be static
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Feb 3, 2011
1 parent 4f857bc commit 42c0bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/WebAppMain.java
Expand Up @@ -262,7 +262,7 @@ private void installLogger() {
}

/** Add some metadata to a File, allowing to trace setup issues */
private class FileAndDescription {
private static class FileAndDescription {
File file;
String description;
public FileAndDescription(File file,String description) {
Expand Down

0 comments on commit 42c0bdb

Please sign in to comment.