Skip to content

Commit ffb4989

Browse files
eclipse-mylyn-botruspl-afed
authored andcommitted
Perform clean code of mylyn.commons/org.eclipse.mylyn.commons.notifications.tests
1 parent 5e64f19 commit ffb4989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mylyn.commons/org.eclipse.mylyn.commons.notifications.tests/src/org/eclipse/mylyn/commons/notifications/tests/core/NotificationEnvironmentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@SuppressWarnings("nls")
4444
public class NotificationEnvironmentTest {
4545

46-
private class StubEntry extends FeedEntry implements IAdaptable, IFilterable {
46+
private static class StubEntry extends FeedEntry implements IAdaptable, IFilterable {
4747

4848
private final Map<String, String> map;
4949

mylyn.commons/org.eclipse.mylyn.commons.notifications.tests/src/org/eclipse/mylyn/commons/notifications/tests/feed/ServiceMessageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2015, 2024 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation

0 commit comments

Comments
 (0)