Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

ISPN-3346 Plug MimeMetadata externalizer #142

Closed
wants to merge 2 commits into from

Conversation

galderz
Copy link
Member

@galderz galderz commented Sep 5, 2013

No description provided.

@tristantarrant
Copy link
Member

Pulling

@tristantarrant
Copy link
Member

Pulled, thanks

if (key == null) {
return sb.toString();
} else {
return sb.append("/").append(key).toString();
Copy link
Member

Choose a reason for hiding this comment

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

I think a single return would have been simpler here.
It also looks like this file uses 4 spaces for indentation instead of 3.

Copy link
Member

Choose a reason for hiding this comment

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

Server uses AS's indentation style...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants