Skip to content

Commit

Permalink
Remove all @author tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 3, 2013
1 parent e96e8d7 commit 57de615
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/joda/money/CurrencyMismatchException.java
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2011 Stephen Colebourne * Copyright 2009-2013 Stephen Colebourne
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Expand All @@ -22,8 +22,6 @@
* value in one currency to a monetary value in a different currency. * value in one currency to a monetary value in a different currency.
* <p> * <p>
* This exception makes no guarantees about immutability or thread-safety. * This exception makes no guarantees about immutability or thread-safety.
*
* @author Stephen Colebourne
*/ */
public class CurrencyMismatchException extends IllegalArgumentException { public class CurrencyMismatchException extends IllegalArgumentException {


Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/joda/money/CurrencyUnit.java
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2011 Stephen Colebourne * Copyright 2009-2013 Stephen Colebourne
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -41,8 +41,6 @@
* resource named {@code /org/joda/money/MoneyData.csv} on the classpath. * resource named {@code /org/joda/money/MoneyData.csv} on the classpath.
* <p> * <p>
* This class is immutable and thread-safe. * This class is immutable and thread-safe.
*
* @author Stephen Colebourne
*/ */
public final class CurrencyUnit implements Comparable<CurrencyUnit>, Serializable { public final class CurrencyUnit implements Comparable<CurrencyUnit>, Serializable {


Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/joda/money/CurrencyUnitDataProvider.java
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2011 Stephen Colebourne * Copyright 2009-2013 Stephen Colebourne
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Expand All @@ -19,8 +19,6 @@


/** /**
* Provider for available currencies. * Provider for available currencies.
*
* @author Stephen Colebourne
*/ */
public abstract class CurrencyUnitDataProvider { public abstract class CurrencyUnitDataProvider {


Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/joda/money/IllegalCurrencyException.java
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2011 Stephen Colebourne * Copyright 2009-2013 Stephen Colebourne
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Expand All @@ -22,8 +22,6 @@
* currency using an unrecognised currency code or locale. * currency using an unrecognised currency code or locale.
* <p> * <p>
* This exception makes no guarantees about immutability or thread-safety. * This exception makes no guarantees about immutability or thread-safety.
*
* @author Stephen Colebourne
*/ */
public class IllegalCurrencyException extends IllegalArgumentException { public class IllegalCurrencyException extends IllegalArgumentException {


Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/joda/money/MoneyUtils.java
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2011 Stephen Colebourne * Copyright 2009-2013 Stephen Colebourne
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Expand All @@ -19,8 +19,6 @@
* Utilities for working with monetary values that handle null. * Utilities for working with monetary values that handle null.
* <p> * <p>
* This utility class contains thread-safe static methods. * This utility class contains thread-safe static methods.
*
* @author Stephen Colebourne
*/ */
public final class MoneyUtils { public final class MoneyUtils {


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2011 Stephen Colebourne * Copyright 2009-2013 Stephen Colebourne
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Expand All @@ -21,8 +21,6 @@
* Exception thrown during monetary formatting. * Exception thrown during monetary formatting.
* <p> * <p>
* This exception makes no guarantees about immutability or thread-safety. * This exception makes no guarantees about immutability or thread-safety.
*
* @author Stephen Colebourne
*/ */
public class MoneyFormatException extends RuntimeException { public class MoneyFormatException extends RuntimeException {


Expand Down

0 comments on commit 57de615

Please sign in to comment.