Make some inner classes static
[deliverable/tracecompass.git] / btf / org.eclipse.tracecompass.btf.ui / src / org / eclipse / tracecompass / btf / ui / BtfEventPropertySource.java
index 8aae9d9b92146453fd2521fedf180a2efadde601..d9abc0055f161a4e8194fe239fdc99646efec0ab 100644 (file)
@@ -71,7 +71,7 @@ public class BtfEventPropertySource extends TmfEventPropertySource {
         return DESCRIPTORS;
     }
 
-    private class EntityPropertySource implements IPropertySource {
+    private static class EntityPropertySource implements IPropertySource {
         private final String fName;
         private final String fInstance;
 
@@ -115,7 +115,7 @@ public class BtfEventPropertySource extends TmfEventPropertySource {
 
     }
 
-    private class TypePropertySource implements IPropertySource {
+    private static class TypePropertySource implements IPropertySource {
         private final String fType;
         private final String fDescr;
 
@@ -158,7 +158,7 @@ public class BtfEventPropertySource extends TmfEventPropertySource {
         }
     }
 
-    private class EventPropertySource implements IPropertySource {
+    private static class EventPropertySource implements IPropertySource {
         private final ITmfEventField fEventField;
 
         public EventPropertySource(ITmfEventField eventField) {
This page took 0.027942 seconds and 5 git commands to generate.