Skip to content

Commit

Permalink
\#6 Update email address in @author tags
Browse files Browse the repository at this point in the history
Closes #8.
  • Loading branch information
steveswinsburg authored and Leonardo Canessa committed Feb 9, 2016
1 parent 2bf0160 commit eaa4c20
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public interface AttendanceLogic {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public interface SakaiProxy {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu])
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
@NoArgsConstructor
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* The AttendanceGrade earned for the all AttendanceItems
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]au)
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
@Data
@NoArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
@NoArgsConstructor
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
@NoArgsConstructor
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* An AttendanceStatus is a wrapper around the Status enum type defining meta information on individual Statuses.
*
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
@NoArgsConstructor
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public interface AttendanceDao {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public class AttendanceDaoImpl extends HibernateDaoSupport implements AttendanceDao {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public class AttendanceLogicImpl implements AttendanceLogic {
private static final Logger log = Logger.getLogger(AttendanceLogicImpl.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public class SakaiProxyImpl implements SakaiProxy {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public class BasePage extends WebPage implements IHeaderContributor {
protected static final Logger log = Logger.getLogger(BasePage.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public class Overview extends BasePage {
private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @author Leonardo Canessa [lcanessa1 (at) udayton (dot) edu]
* @author David Bauer [dbauer1 (at) udayton (dot) edu]
* @author Steve Swinsburg (steve.swinsburg@anu.edu.au)
* @author Steve Swinsburg (steve.swinsburg@gmail.com)
*/
public class SettingsPage extends BasePage {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit eaa4c20

Please sign in to comment.