Skip to content

Commit

Permalink
more MIME-Types for chemical formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ostueker committed Jan 10, 2017
1 parent aba6d8c commit 23fa5d7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-ctx";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-chem3d";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getFormatName() {

@Override
public String getMIMEType() {
return null;
return "chemical/x-chem3d";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "application/x-chemtool";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "application/x-ghemical";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-inchi-xml";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-inchi";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "image/svg+xml";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-shelx";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-turbomole-coord";
}

/** {@inheritDoc} */
Expand Down

0 comments on commit 23fa5d7

Please sign in to comment.