Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is a non-functional change #723

Closed
wants to merge 1 commit into from
Closed

It is a non-functional change #723

wants to merge 1 commit into from

Conversation

yinlinchen
Copy link
Contributor

I just fix the import order and the indent in order to start FCREPO-1290.

@yinlinchen yinlinchen changed the title It is a unfunctional change It is a non-functional change Feb 14, 2015
@@ -56,19 +55,19 @@
*/

public PropertiesRdfContext(final FedoraResource resource,
final IdentifierConverter<Resource, FedoraResource> idTranslator)
throws RepositoryException {
final IdentifierConverter<Resource, FedoraResource> idTranslator)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous formatting, with the arguments aligned, reads better, as far as I am concerned.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not put final IdentifierConverter<Resource, FedoraResource> idTranslator on the line of the method declaration? This looks better than before, but still not ideal.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change it at all?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it reads badly and after this change it reads better.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ajs6f, are you suggesting that the updated (unaligned) formatting reads better than the unmodified (aligned) version?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does.

@yinlinchen yinlinchen closed this Feb 18, 2015
@yinlinchen yinlinchen deleted the fcrepo-1290 branch February 19, 2015 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants