Skip to content

Commit

Permalink
remove email in @author
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Mar 13, 2015
1 parent 74af356 commit 734a950
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 30 deletions.
2 changes: 1 addition & 1 deletion GCodeSender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://bintray.com/gaetancollaud/Eggbot/package</url>
<url>https://bintray.com/gaetancollaud/Eggbot/GcodeSender</url>
</repository>
</distributionManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public interface Constants {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Slf4j
public class SpringFxmlLoader {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public interface TODO {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Component
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public enum ConfigKey {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* FXML Controller class
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Controller
@Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* FXML Controller class
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Controller
@Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* FXML Controller class
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Controller
@Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public class CustomField {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Getter
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Getter
@Setter(AccessLevel.PROTECTED)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Setter
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Service
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public enum GcodeFileStatus {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Data
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Service
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public enum Motor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public enum PortStatus {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Data
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@Service
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
* @param <T>
*/
public class Observable<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
* @param <T>
*/
public interface Observer<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@UtilityClass
public class DoubleParserUtil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@UtilityClass
public class FXUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
@UtilityClass
public class GcodeValueParser {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import org.junit.Before;
import org.junit.Test;
import static org.assertj.core.api.Assertions.*;

/**
*
* @author Gaetan Collaud <[email protected]>
* @author Gaetan Collaud
*/
public class GcodeCommandTest {

Expand Down Expand Up @@ -65,11 +67,12 @@ public void setup() {
.collect(Collectors.toList());

}

@Test
public void testParser(){
public void testParser() {
lines.forEach(l -> {
assertThat(GcodeCommand.parse(l).toString().trim()).isEqualTo(l.trim());
Optional<GcodeCommand> cmd = GcodeCommand.parse(l);
cmd.ifPresent(c -> assertThat(c.toString().trim()).isEqualTo(l.trim()));
});
}

Expand Down

0 comments on commit 734a950

Please sign in to comment.