Merge "testsuite.flexcontainer: cleanup." into dev
diff --git a/org.eclipse.om2m.testsuite.flexcontainer/src/main/java/org/eclipse/om2m/testsuite/flexcontainer/SubscriptionServlet.java b/org.eclipse.om2m.testsuite.flexcontainer/src/main/java/org/eclipse/om2m/testsuite/flexcontainer/SubscriptionServlet.java
index 89144b6..8946be3 100644
--- a/org.eclipse.om2m.testsuite.flexcontainer/src/main/java/org/eclipse/om2m/testsuite/flexcontainer/SubscriptionServlet.java
+++ b/org.eclipse.om2m.testsuite.flexcontainer/src/main/java/org/eclipse/om2m/testsuite/flexcontainer/SubscriptionServlet.java
@@ -104,29 +104,4 @@
 		}

 	}

 

-//	public class Notification {

-//

-//		private final Object notification;

-//

-//		public Notification(Object pNotification) {

-//			this.notification = pNotification;

-//		}

-//

-//		public Object getNotification() {

-//			return notification;

-//		}

-//

-//		@Override

-//		public String toString() {

-//			if (notification.getClass().equals(org.eclipse.om2m.commons.resource.Notification.class)) {

-//				org.eclipse.om2m.commons.resource.Notification n = (org.eclipse.om2m.commons.resource.Notification) notification;

-//				return "Notification(creator=" + n.getCreator() + ", notificationForwardingUri="

-//						+ n.getNotificationForwardingURI() + ", notificationEvent=" + n.getNotificationEvent()

-//						+ ", subscriptionReference=" + n.getSubscriptionReference() + ")";

-//			}

-//			return "obj=" + notification;

-//		}

-//

-//	}

-

 }