You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2014/01/10 10:13:31 UTC

git commit: fixing worng class name

Updated Branches:
  refs/heads/master 0e6cf66cc -> 4e159ce1c


fixing worng class name


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4e159ce1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4e159ce1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4e159ce1

Branch: refs/heads/master
Commit: 4e159ce1c597d69c5adb53db06ee292e62260db6
Parents: 0e6cf66
Author: rekathiru <rt...@gmail.com>
Authored: Fri Jan 10 14:43:46 2014 +0530
Committer: rekathiru <rt...@gmail.com>
Committed: Fri Jan 10 14:43:46 2014 +0530

----------------------------------------------------------------------
 .../client/cloud/controller/InstanceNotificationClient.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4e159ce1/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/cloud/controller/InstanceNotificationClient.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/cloud/controller/InstanceNotificationClient.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/cloud/controller/InstanceNotificationClient.java
index 7977f4b..bb0ed0b 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/cloud/controller/InstanceNotificationClient.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/cloud/controller/InstanceNotificationClient.java
@@ -29,7 +29,7 @@ import org.apache.stratos.manager.cleanup.notification.stub.*;
 import java.rmi.RemoteException;
 
 public class InstanceNotificationClient {
-     private static final Log log = LogFactory.getLog(CloudControllerClient.class);
+    private static final Log log = LogFactory.getLog(InstanceNotificationClient.class);
     private static InstanceCleanupNotificationServiceStub stub;
 
     /* An instance of a InstanceNotificationClient is created when the class is loaded.