diff mercurial-agent/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/AgentCommandSettingsFactory.java @ 772:270e28fe1895

@NotNull
author eugene.petrenko@jetbrains.com
date Tue, 25 Feb 2014 12:37:10 +0100
parents 31a1aca3305c
children 7bf4d943d5bb
line wrap: on
line diff
--- a/mercurial-agent/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/AgentCommandSettingsFactory.java	Tue Feb 25 12:36:10 2014 +0100
+++ b/mercurial-agent/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/AgentCommandSettingsFactory.java	Tue Feb 25 12:37:10 2014 +0100
@@ -18,9 +18,11 @@
 
 import jetbrains.buildServer.buildTriggers.vcs.mercurial.command.CommandSettings;
 import jetbrains.buildServer.buildTriggers.vcs.mercurial.command.CommandSettingsFactory;
+import org.jetbrains.annotations.NotNull;
 
 public class AgentCommandSettingsFactory implements CommandSettingsFactory {
 
+  @NotNull
   public CommandSettings create() {
     return new CommandSettings().setLogLevel("info");
   }