Skip to content

Commit

Permalink
#12: updated test expectectation for removed "@created" info
Browse files Browse the repository at this point in the history
  • Loading branch information
ingomohr committed Oct 16, 2016
1 parent fa7b720 commit b70ee49
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* www.ustok.org
* -----------------------
*
* @created
*/

package org.something.personmanager.core.extension.exporters;
Expand All @@ -16,7 +15,6 @@
/**
* An exporter to export a given Person Manager model to a certain target.
*
* @created
* @generated
*/
public class Exporter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* www.ustok.org
* -----------------------
*
* @created
*/

package org.something.personmanager.core.extension.exporters;
Expand All @@ -14,7 +13,6 @@

/**
*
* @created
* @generated
*/
public class ExportersExtension {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* www.ustok.org
* -----------------------
*
* @created
*/

package org.something.personmanager.core.extension.exporters;
Expand All @@ -24,7 +23,6 @@
* The Extension resolver accesses the extension registry and fetches all extensions contributed to
* the extension-points for which the resolver has been generated.
*
* @created
* @generated
*/
public class ExportersExtensionResolver {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* www.ustok.org
* -----------------------
*
* @created
*/

package org.something.personmanager.core.extension.exporters;
Expand All @@ -14,7 +13,6 @@
/**
* An external target
*
* @created
* @generated
*/
public class ExternalTarget {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* www.ustok.org
* -----------------------
*
* @created
*/

package org.something.personmanager.core.extension.exporters;
Expand All @@ -13,7 +12,6 @@

/**
*
* @created
* @generated
*/
public class WorkspaceTarget {
Expand Down

0 comments on commit b70ee49

Please sign in to comment.