Skip to content

Commit

Permalink
Small Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina Velinska committed Sep 12, 2012
1 parent 1332ae8 commit 8bae04b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* TODO: this is just for quick usability, later this will be expanded!
*
*
* @author cstamas
*/
@Component( role = GoogleAnalyticsPluginConfiguration.class )
Expand Down Expand Up @@ -35,6 +35,5 @@ public void initialize()
throws InitializationException
{
gaTrackerId = System.getProperty( "nexus.ga.trackerId" );
//gaTrackerId = "UA-30755831-3";
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.sonatype.nexus.plugins.ga.items;

import java.util.Collection;

import com.boxysystems.jgoogleanalytics.JGoogleAnalyticsTracker;
import org.codehaus.plexus.component.annotations.Component;
import org.codehaus.plexus.component.annotations.Requirement;
import org.sonatype.nexus.plugins.ga.GATrackerCache;
Expand All @@ -14,7 +13,7 @@
import org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve;
import org.sonatype.plexus.appevents.Event;

import com.boxysystems.jgoogleanalytics.JGoogleAnalyticsTracker;
import java.util.Collection;

@Component( role = EventInspector.class, hint = "GAEventInspector" )
public class GAEventInspector
Expand Down

0 comments on commit 8bae04b

Please sign in to comment.